This commit is contained in:
parent
02694f578b
commit
09637b8863
22 changed files with 704 additions and 669 deletions
|
@ -28,6 +28,12 @@ enum LAYER_SUBTYPE
|
|||
LAYER_SUBTYPE_SCRATCH,
|
||||
};
|
||||
|
||||
enum LAYER_SUBVIEW
|
||||
{
|
||||
LAYER_SUBVIEW_NONE=0,
|
||||
LAYER_SUBVIEW_TILEBANK,
|
||||
};
|
||||
|
||||
enum TILE_FLAG
|
||||
{
|
||||
PC_TILE_FLAG_MIRROR_X =1<<0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue