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

15 lines
251 B
C

#ifndef RES_VBELT_H
#define RES_VBELT_H
#include "global.h" // IWYU pragma: keep
enum VBELT_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VBELT_BDL_VBELT=0x4,
/* BTK */
VBELT_BTK_VBELT=0x7,
};
#endif /* RES_VBELT_H */