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

13 lines
203 B
C

#ifndef RES_SSK_H
#define RES_SSK_H
#include "global.h"
enum SSK_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
SSK_BDL_KTANA_00=0x3,
SSK_BDL_TURU_02=0x4,
};
#endif /* RES_SSK_H */