mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-06 09:52:38 -04:00
14 lines
268 B
C
14 lines
268 B
C
#ifndef RES_MSHOKKI_H
|
|
#define RES_MSHOKKI_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum MSHOKKI_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
MSHOKKI_BDL_KOPPU=0x3,
|
|
MSHOKKI_BDL_OSARA=0x4,
|
|
MSHOKKI_BDL_POT=0x5,
|
|
};
|
|
|
|
#endif /* RES_MSHOKKI_H */
|