mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 01:03:00 -04:00
28 lines
510 B
C
28 lines
510 B
C
#ifndef RES_AGB_H
|
|
#define RES_AGB_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Agb.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_AGB {
|
|
/* BDLM */
|
|
dRes_INDEX_AGB_BDL_AGBCURSOR_e=0x4,
|
|
/* BRK */
|
|
dRes_INDEX_AGB_BRK_AGBCURSOR_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_AGB {
|
|
/* BDLM */
|
|
dRes_ID_AGB_BDL_AGBCURSOR_e=0x4,
|
|
/* BRK */
|
|
dRes_ID_AGB_BRK_AGBCURSOR_e=0x7,
|
|
};
|
|
|
|
enum AGBCURSOR_JNT {
|
|
AGBCURSOR_JNT_PPLANE2_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_AGB_H */
|