/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */ #ifndef SE_INCL_TERRAIN_LAYER_H #define SE_INCL_TERRAIN_LAYER_H #ifdef PRAGMA_ONCE #pragma once #endif #include enum LayerType { LT_NORMAL = 0, LT_TILE, }; #define TL_FLIPX_SHIFT 4 #define TL_FLIPY_SHIFT 5 #define TL_SWAPXY_SHIFT 6 #define TL_VISIBLE_SHIFT 7 #define TL_TILE_INDEX 0x0F #define TL_VISIBLE (1<