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

15 lines
231 B
C

#ifndef RES_VTRI5_H
#define RES_VTRI5_H
#include "global.h"
enum VTRI5_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
VTRI5_BDL_VTRI5=0x4,
/* BTK */
VTRI5_BTK_VTRI5A=0x7,
};
#endif /* RES_VTRI5_H */