mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 22:31:52 -04:00
15 lines
250 B
C
15 lines
250 B
C
#ifndef RES_VYASI_H
|
|
#define RES_VYASI_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VYASI_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
VYASI_BCK_VYASI=0x4,
|
|
|
|
/* BDL */
|
|
VYASI_BDL_VYASI=0x7,
|
|
};
|
|
|
|
#endif /* RES_VYASI_H */
|