mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement MxDSAction::AppendData (#105)
* Implement MxDSAction::ConcatData * use GLOBAL * Update mxdsaction.cpp * Update mxdsaction.h * Move TWOCC/FOURCC to common header file * Fix * Fix deletes
This commit is contained in:

committed by
GitHub

parent
88bfb3c419
commit
a02e07c4d7
@@ -41,4 +41,7 @@ typedef MxU8 MxBool;
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#define TWOCC(a, b) (((a) << 0) | ((b) << 8))
|
||||
#define FOURCC(a, b, c, d) (((a) << 0) | ((b) << 8) | ((c) << 16) | ((d) << 24))
|
||||
|
||||
#endif // MXTYPE_H
|
||||
|
Reference in New Issue
Block a user