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

15 lines
230 B
C

#ifndef RES_VBOXN_H
#define RES_VBOXN_H
#include "global.h"
enum VBOXN_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VBOXN_BDL_VBOXN=0x4,
/* BTK */
VBOXN_BTK_VBOXN=0x7,
};
#endif /* RES_VBOXN_H */