mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
24 lines
414 B
C
24 lines
414 B
C
#ifndef RES_OKIOKE_H
|
|
#define RES_OKIOKE_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Okioke.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_OKIOKE {
|
|
/* BDL */
|
|
dRes_INDEX_OKIOKE_BDL_OKIOKE_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_OKIOKE {
|
|
/* BDL */
|
|
dRes_ID_OKIOKE_BDL_OKIOKE_e=0x3,
|
|
};
|
|
|
|
enum OKIOKE_JNT {
|
|
OKIOKE_JNT_OKIOKE_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_OKIOKE_H */
|