mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 22:31:52 -04:00
15 lines
251 B
C
15 lines
251 B
C
#ifndef RES_VPOWR_H
|
|
#define RES_VPOWR_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VPOWR_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VPOWR_BDL_VPOWR=0x4,
|
|
|
|
/* BTK */
|
|
VPOWR_BTK_VPOWR=0x7,
|
|
};
|
|
|
|
#endif /* RES_VPOWR_H */
|