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

19 lines
332 B
C

#ifndef RES_AYUSH_H
#define RES_AYUSH_H
#include "global.h" // IWYU pragma: keep
enum AYUSH_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
AYUSH_BDL_AYUSH=0x5,
/* BTK */
AYUSH_BTK_AYUSH=0x8,
/* TEX */
AYUSH_BTI_B_GSHIP_HATA=0xB,
AYUSH_BTI_B_GSHIP_HO=0xC,
};
#endif /* RES_AYUSH_H */