mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
13 lines
244 B
C
13 lines
244 B
C
#ifndef RES_SALVAGE_H
|
|
#define RES_SALVAGE_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum SALVAGE_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
SALVAGE_BDL_BOXSEA=0x3,
|
|
SALVAGE_BDL_VTBHZ=0x4,
|
|
};
|
|
|
|
#endif /* RES_SALVAGE_H */
|