Files
tww/include/d/res/res_gbed.h
T
2024-04-23 15:02:25 -04:00

16 lines
249 B
C

#ifndef RES_GBED_H
#define RES_GBED_H
#include "global.h"
enum GBED_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
GBED_BDL_K_GBED=0x4,
/* DZB */
GBED_DZB_K_GBED=0x7,
GBED_DZB_VTENG=0x8,
};
#endif /* RES_GBED_H */