mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-08 18:43:05 -04:00
17 lines
260 B
C
17 lines
260 B
C
#ifndef RES_DEMO51_H
|
|
#define RES_DEMO51_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum DEMO51_RES_FILE_ID {
|
|
/* STB */
|
|
DEMO51_STB_TITLE=0x0,
|
|
};
|
|
|
|
enum DEMO51_RES_FILE_INDEX {
|
|
/* STB */
|
|
DEMO51_INDEX_STB_TITLE=0x3,
|
|
};
|
|
|
|
#endif /* RES_DEMO51_H */
|