mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-31 01:15:27 -04:00
13 lines
213 B
C
13 lines
213 B
C
#ifndef RES_OPEN3_H
|
|
#define RES_OPEN3_H
|
|
|
|
#include "global.h"
|
|
|
|
enum OPEN3_RES_FILE_ID { // IDs and indexes are synced
|
|
/* TIMG */
|
|
OPEN3_BTI_DEMO_5=0x3,
|
|
OPEN3_BTI_DEMO_6=0x4,
|
|
};
|
|
|
|
#endif /* RES_OPEN3_H */
|