mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 14:23:50 -04:00
12 lines
206 B
C
12 lines
206 B
C
#ifndef RES_VTIN1_H
|
|
#define RES_VTIN1_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VTIN1_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VTIN1_BDL_VTIN1=0x3,
|
|
};
|
|
|
|
#endif /* RES_VTIN1_H */
|