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

19 lines
311 B
C

#ifndef RES_AYUSH_H
#define RES_AYUSH_H
#include "global.h"
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 */