Files
tww/include/d/res/res_vhook.h
T
2024-04-23 15:02:25 -04:00

15 lines
230 B
C

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