Files
tww/include/d/res/res_vpowr.h
T

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 */