mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 21:54:50 -04:00
15 lines
258 B
C
15 lines
258 B
C
#ifndef RES_OSPBOX_H
|
|
#define RES_OSPBOX_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum OSPBOX_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
OSPBOX_BDL_OSPBOX=0x4,
|
|
|
|
/* DZB */
|
|
OSPBOX_DZB_OSPBOX=0x7,
|
|
};
|
|
|
|
#endif /* RES_OSPBOX_H */
|