mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-31 17:31:50 -04:00
15 lines
230 B
C
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 */
|