mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 06:16:52 -04:00
12 lines
218 B
C
12 lines
218 B
C
#ifndef RES_YSDLS00_H
|
|
#define RES_YSDLS00_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum YSDLS00_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
YSDLS00_BDL_YSDLS00=0x3,
|
|
};
|
|
|
|
#endif /* RES_YSDLS00_H */
|