mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-05 17:43:23 -04:00
26 lines
484 B
C
26 lines
484 B
C
#ifndef RES_GASHIP_H
|
|
#define RES_GASHIP_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: GaShip.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_GASHIP {
|
|
/* BDL */
|
|
dRes_INDEX_GASHIP_BDL_GASHIP_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_GASHIP {
|
|
/* BDL */
|
|
dRes_ID_GASHIP_BDL_GASHIP_e=0x3,
|
|
};
|
|
|
|
enum GASHIP_JNT {
|
|
GASHIP_JNT_GASHIP_e=0x0,
|
|
GASHIP_JNT_GANON_SHIP_e=0x1,
|
|
GASHIP_JNT_POLYSURFACE845_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_GASHIP_H */
|