mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
15 lines
253 B
C
15 lines
253 B
C
#ifndef RES_PGSW_H
|
|
#define RES_PGSW_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum PGSW_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
PGSW_BDL_BPG_KEN1=0x4,
|
|
|
|
/* BRK */
|
|
PGSW_BRK_KIERU_KEN1=0x7,
|
|
};
|
|
|
|
#endif /* RES_PGSW_H */
|