mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
15 lines
250 B
C
15 lines
250 B
C
#ifndef RES_OLIFT_H
|
|
#define RES_OLIFT_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum OLIFT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
OLIFT_BDL_OLIFT=0x4,
|
|
|
|
/* DZB */
|
|
OLIFT_DZB_OLIFT=0x7,
|
|
};
|
|
|
|
#endif /* RES_OLIFT_H */
|