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

15 lines
228 B
C

#ifndef RES_FRLT_H
#define RES_FRLT_H
#include "global.h"
enum FRLT_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
FRLT_BDL_YFRLT00=0x4,
/* BTK */
FRLT_BTK_YFRLT00=0x7,
};
#endif /* RES_FRLT_H */