mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-07 10:15:29 -04:00
14 lines
230 B
C
14 lines
230 B
C
#ifndef RES_CLOTH_H
|
|
#define RES_CLOTH_H
|
|
|
|
enum dRes_INDEX_CLOTH {
|
|
/* TEX */
|
|
dRes_INDEX_CLOTH_BTI_CLOTHTOON_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_CLOTH {
|
|
/* TEX */
|
|
dRes_ID_CLOTH_BTI_CLOTHTOON_e=0x3,
|
|
};
|
|
|
|
#endif /* !RES_CLOTH_H */ |