mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 09:08:39 -04:00
24 lines
388 B
C
24 lines
388 B
C
#ifndef RES_PIWA_H
|
|
#define RES_PIWA_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Piwa.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_PIWA {
|
|
/* BDL */
|
|
dRes_INDEX_PIWA_BDL_PIWA_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_PIWA {
|
|
/* BDL */
|
|
dRes_ID_PIWA_BDL_PIWA_e=0x3,
|
|
};
|
|
|
|
enum PIWA_JNT {
|
|
PIWA_JNT_PIWA_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_PIWA_H */
|