mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 01:03:00 -04:00
24 lines
414 B
C
24 lines
414 B
C
#ifndef RES_OPAPER_H
|
|
#define RES_OPAPER_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Opaper.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_OPAPER {
|
|
/* BDL */
|
|
dRes_INDEX_OPAPER_BDL_OPAPER_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_OPAPER {
|
|
/* BDL */
|
|
dRes_ID_OPAPER_BDL_OPAPER_e=0x3,
|
|
};
|
|
|
|
enum OPAPER_JNT {
|
|
OPAPER_JNT_OPAPER_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_OPAPER_H */
|