8 lines
71 B
C
8 lines
71 B
C
|
#define CHUNKS_H
|
||
|
|
||
|
enum dataChunks
|
||
|
{
|
||
|
LEVEL1 = 1,
|
||
|
LEVEL2,
|
||
|
LEVEL3
|
||
|
};
|