mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 14:05:28 -04:00
15 lines
268 B
C
15 lines
268 B
C
#ifndef RES_OPEN3_H
|
|
#define RES_OPEN3_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
#if VERSION > VERSION_DEMO
|
|
enum OPEN3_RES_FILE_ID { // IDs and indexes are synced
|
|
/* TIMG */
|
|
OPEN3_BTI_DEMO_5=0x3,
|
|
OPEN3_BTI_DEMO_6=0x4,
|
|
};
|
|
#endif
|
|
|
|
#endif /* RES_OPEN3_H */
|