mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 06:16:52 -04:00
15 lines
250 B
C
15 lines
250 B
C
#ifndef RES_VIGAH_H
|
|
#define RES_VIGAH_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VIGAH_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
VIGAH_BCK_VIGAH=0x4,
|
|
|
|
/* BDL */
|
|
VIGAH_BDL_VIGAH=0x7,
|
|
};
|
|
|
|
#endif /* RES_VIGAH_H */
|