mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-03 16:52:14 -04:00
12 lines
224 B
C
12 lines
224 B
C
#ifndef RES_VPBOT_00_H
|
|
#define RES_VPBOT_00_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VPBOT_00_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VPBOT_00_BDL_VPBOT_00=0x3,
|
|
};
|
|
|
|
#endif /* RES_VPBOT_00_H */
|