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

12 lines
173 B
C

#ifndef RES_VHO_H
#define RES_VHO_H
#include "global.h"
enum VHO_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
VHO_BDL_VHO=0x3,
};
#endif /* RES_VHO_H */