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

15 lines
251 B
C

#ifndef RES_VHOOK_H
#define RES_VHOOK_H
#include "global.h" // IWYU pragma: keep
enum VHOOK_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VHOOK_BDL_VHOOK=0x4,
/* BTK */
VHOOK_BTK_VHOOK=0x7,
};
#endif /* RES_VHOOK_H */