mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
20 lines
393 B
C
20 lines
393 B
C
#ifndef RES_CLOTHRES_H
|
|
#define RES_CLOTHRES_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: clothres.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_CLOTHRES {
|
|
/* TIMG */
|
|
dRes_INDEX_CLOTHRES_BTI_CLOTH_PIECE01_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_CLOTHRES {
|
|
/* TIMG */
|
|
dRes_ID_CLOTHRES_BTI_CLOTH_PIECE01_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_CLOTHRES_H */
|