mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-28 08:24:59 -04:00
12 lines
188 B
C
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 */
|