mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 20:20:14 -04:00
12 lines
209 B
C
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 */
|