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

15 lines
247 B
C

#ifndef RES_BWDG_H
#define RES_BWDG_H
#include "global.h" // IWYU pragma: keep
enum BWDG_RES_FILE_ID { // IDs and indexes are synced
/* DAT */
BWDG_DAT_GRIDIDX=0x4,
/* DZB */
BWDG_DZB_HSAND1=0x7,
};
#endif /* RES_BWDG_H */