mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 14:05:28 -04:00
15 lines
250 B
C
15 lines
250 B
C
#ifndef RES_VOCHI_H
|
|
#define RES_VOCHI_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum VOCHI_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VOCHI_BDL_VOCHI=0x4,
|
|
|
|
/* DZB */
|
|
VOCHI_DZB_VOCHI=0x7,
|
|
};
|
|
|
|
#endif /* RES_VOCHI_H */
|