#ifndef RES_GRID_H #define RES_GRID_H #include "global.h" enum GRID_RES_FILE_ID { // IDs and indexes are synced /* TEX */ GRID_BTI_CLOTH_PIECE01=0x3, }; #endif /* RES_GRID_H */