mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 06:34:45 -04:00
15 lines
251 B
C
15 lines
251 B
C
#ifndef RES_VAMUY_H
|
|
#define RES_VAMUY_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VAMUY_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VAMUY_BDL_VAMUY=0x4,
|
|
|
|
/* BTK */
|
|
VAMUY_BTK_VAMUY=0x7,
|
|
};
|
|
|
|
#endif /* RES_VAMUY_H */
|