mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-30 00:46:29 -04:00
14 lines
241 B
C
14 lines
241 B
C
#ifndef RES_OPEN2_H
|
|
#define RES_OPEN2_H
|
|
|
|
#include "global.h"
|
|
|
|
enum OPEN2_RES_FILE_ID { // IDs and indexes are synced
|
|
/* TIMG */
|
|
OPEN2_BTI_DEMO_3=0x3,
|
|
OPEN2_BTI_DEMO_4=0x4,
|
|
OPEN2_BTI_DEMO_4_2=0x5,
|
|
};
|
|
|
|
#endif /* RES_OPEN2_H */
|