mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 14:23:50 -04:00
18 lines
295 B
C
18 lines
295 B
C
#ifndef RES_AJAVW_H
|
|
#define RES_AJAVW_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum AJAVW_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
AJAVW_BDL_AJAVW=0x5,
|
|
|
|
/* BTK */
|
|
AJAVW_BTK_AJAVW=0x8,
|
|
|
|
/* DZB */
|
|
AJAVW_DZB_AJAVW=0xB,
|
|
};
|
|
|
|
#endif /* RES_AJAVW_H */
|