mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 15:25:07 -04:00
13 lines
216 B
C
13 lines
216 B
C
#ifndef RES_SYSTEM_H
|
|
#define RES_SYSTEM_H
|
|
|
|
#include "global.h"
|
|
|
|
enum SYSTEM_RES_FILE_ID { // IDs and indexes are synced
|
|
/* DAT */
|
|
SYSTEM_BTI_TOON=0x3,
|
|
SYSTEM_BTI_TOONEX=0x4,
|
|
};
|
|
|
|
#endif /* RES_SYSTEM_H */
|