Files
tww/include/d/res/res_grid.h
T
2024-04-23 15:02:25 -04:00

12 lines
188 B
C

#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 */