mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 01:03:00 -04:00
24 lines
390 B
C
24 lines
390 B
C
#ifndef RES_AISI_H
|
|
#define RES_AISI_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Aisi.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_AISI {
|
|
/* BDLM */
|
|
dRes_INDEX_AISI_BDL_AISI_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_AISI {
|
|
/* BDLM */
|
|
dRes_ID_AISI_BDL_AISI_e=0x0,
|
|
};
|
|
|
|
enum AISI_JNT {
|
|
AISI_JNT_AISI_A_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_AISI_H */
|