mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 04:02:56 -04:00
17 lines
225 B
C
17 lines
225 B
C
#ifndef RES_AISI_H
|
|
#define RES_AISI_H
|
|
|
|
#include "global.h"
|
|
|
|
enum AISI_RES_FILE_ID {
|
|
/* BDLM */
|
|
AISI_BDL_AISI=0x0,
|
|
};
|
|
|
|
enum AISI_RES_FILE_INDEX {
|
|
/* BDLM */
|
|
AISI_INDEX_BDL_AISI=0x3,
|
|
};
|
|
|
|
#endif /* RES_AISI_H */
|