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

15 lines
243 B
C

#ifndef RES_VBOW_H
#define RES_VBOW_H
#include "global.h" // IWYU pragma: keep
enum VBOW_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VBOW_BDL_VBOW=0x4,
/* BTK */
VBOW_BTK_VBOW=0x7,
};
#endif /* RES_VBOW_H */