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