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

15 lines
251 B
C

#ifndef RES_VDOKU_H
#define RES_VDOKU_H
#include "global.h" // IWYU pragma: keep
enum VDOKU_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VDOKU_BDL_VDOKU=0x4,
/* BTK */
VDOKU_BTK_VDOKU=0x7,
};
#endif /* RES_VDOKU_H */