mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
20 lines
361 B
C
20 lines
361 B
C
#ifndef RES_CLOTH_H
|
|
#define RES_CLOTH_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Cloth.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
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 */
|