mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-20 23:51:19 -04:00
16 lines
273 B
C
16 lines
273 B
C
#ifndef RES_YGCWP_H
|
|
#define RES_YGCWP_H
|
|
|
|
#include "global.h"
|
|
|
|
enum YGCWP_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
YGCWP_BDL_YGCWP00=0x4,
|
|
|
|
/* BRK */
|
|
YGCWP_BRK_YGCWP00_COMMON=0x7,
|
|
YGCWP_BRK_YGCWP00_WARP=0x8,
|
|
};
|
|
|
|
#endif /* RES_YGCWP_H */
|