Files
tww/include/d/res/res_grid.h
T

12 lines
209 B
C

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