mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 22:11:35 -04:00
24 lines
388 B
C
24 lines
388 B
C
#ifndef RES_PSPL_H
|
|
#define RES_PSPL_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Pspl.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_PSPL {
|
|
/* BDL */
|
|
dRes_INDEX_PSPL_BDL_PSPL_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_PSPL {
|
|
/* BDL */
|
|
dRes_ID_PSPL_BDL_PSPL_e=0x0,
|
|
};
|
|
|
|
enum PSPL_JNT {
|
|
PSPL_JNT_PSPL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_PSPL_H */
|