mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 21:54:50 -04:00
13 lines
231 B
C
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 */
|