mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 14:05:28 -04:00
15 lines
250 B
C
15 lines
250 B
C
#ifndef RES_MPWRB_H
|
|
#define RES_MPWRB_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum MPWRB_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
MPWRB_BDL_MPWRB=0x4,
|
|
|
|
/* DZB */
|
|
MPWRB_DZB_MPWRB=0x7,
|
|
};
|
|
|
|
#endif /* RES_MPWRB_H */
|