mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-09 20:40:49 -04:00
13 lines
203 B
C
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 */
|