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