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

13 lines
210 B
C

#ifndef RES_OSHIP_H
#define RES_OSHIP_H
#include "global.h"
enum OSHIP_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
OSHIP_BDL_VBTSP=0x3,
OSHIP_BDL_VBTST=0x4,
};
#endif /* RES_OSHIP_H */