mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
15 lines
251 B
C
15 lines
251 B
C
#ifndef RES_VARRL_H
|
|
#define RES_VARRL_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VARRL_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VARRL_BDL_VARRL=0x4,
|
|
|
|
/* BTK */
|
|
VARRL_BTK_VARRL=0x7,
|
|
};
|
|
|
|
#endif /* RES_VARRL_H */
|