22 #ifndef GOT_DATA_LEVEL_H 23 #define GOT_DATA_LEVEL_H 25 #include "common/serializer.h" 29 #define OBJECTS_COUNT 30 36 byte _iconGrid[12][20] = {};
37 byte _backgroundColor = 0;
39 byte _actorType[16] = {};
40 byte _actorLoc[16] = {};
41 byte _actorValue[16] = {};
42 byte _palColors[3] = {};
43 byte _actorInvis[16] = {};
46 byte _staticObject[OBJECTS_COUNT] = {};
47 int _staticX[OBJECTS_COUNT] = {};
48 int _staticY[OBJECTS_COUNT] = {};
49 byte _newLevel[10] = {};
50 byte _newLevelLocation[10] = {};
52 byte _actorDir[16] = {};
Definition: serializer.h:79