mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-06 01:48:15 -04:00
24 lines
388 B
C
24 lines
388 B
C
#ifndef RES_PBKA_H
|
|
#define RES_PBKA_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Pbka.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_PBKA {
|
|
/* BDL */
|
|
dRes_INDEX_PBKA_BDL_PBKA_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_PBKA {
|
|
/* BDL */
|
|
dRes_ID_PBKA_BDL_PBKA_e=0x3,
|
|
};
|
|
|
|
enum PBKA_JNT {
|
|
PBKA_JNT_PBKA_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_PBKA_H */
|