Add project files.
This commit is contained in:
16
SQCSim2021/define.h
Normal file
16
SQCSim2021/define.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef DEFINE_H__
|
||||
#define DEFINE_H__
|
||||
|
||||
#include <string>
|
||||
|
||||
#define CHUNK_SIZE_X 16
|
||||
#define CHUNK_SIZE_Y 128
|
||||
#define CHUNK_SIZE_Z 16
|
||||
|
||||
enum BlockType {
|
||||
BTYPE_AIR,
|
||||
BTYPE_DIRT,
|
||||
BTYPE_GRASS
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user