Files
tww/include/d/res/res_oship.h
T

13 lines
231 B
C

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