22 #ifndef MEDIASTATION_CONTEXT_H 23 #define MEDIASTATION_CONTEXT_H 25 #include "common/str.h" 26 #include "common/path.h" 27 #include "common/hashmap.h" 28 #include "graphics/palette.h" 30 #include "mediastation/datafile.h" 31 #include "mediastation/actor.h" 36 kDocumentDefStream = 0x01,
37 kControlCommandsStream = 0x0D,
40 enum ContextSectionType {
41 kContextEndOfSection = 0x00,
42 kContextControlCommands = 0x0d,
43 kContextCreateData = 0x0e,
44 kContextDestroyData = 0x0f,
45 kContextLoadCompleteSection = 0x10,
46 kContextCreateActorData = 0x11,
47 kContextDestroyActorData = 0x12,
48 kContextActorLoadComplete = 0x13,
49 kContextCreateVariableData = 0x14,
50 kContextFunctionSection = 0x31,
51 kContextNameData = 0xbb8