Files
tww/include/d/res/res_vboml.h
T

15 lines
251 B
C

#ifndef RES_VBOML_H
#define RES_VBOML_H
#include "global.h" // IWYU pragma: keep
enum VBOML_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VBOML_BDL_VBOML=0x4,
/* BTK */
VBOML_BTK_VBOML=0x7,
};
#endif /* RES_VBOML_H */