mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-17 14:56:48 -04:00
13 lines
210 B
C
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 */
|