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
@@ -5,8 +5,6 @@
|
||||
#define SI_MAJOR_VERSION 2
|
||||
#define SI_MINOR_VERSION 2
|
||||
|
||||
#define FOURCC(a, b, c, d) (((a) << 0) | ((b) << 8) | ((c) << 16) | ((d) << 24))
|
||||
|
||||
// OFFSET: LEGO1 0x100cc4b0
|
||||
MxDSFile::MxDSFile(const char *filename, MxULong skipReadingChunks)
|
||||
{
|
||||
|
Reference in New Issue
Block a user