mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-18 07:05:27 -04:00
12 lines
173 B
C
12 lines
173 B
C
#ifndef RES_VHO_H
|
|
#define RES_VHO_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VHO_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VHO_BDL_VHO=0x3,
|
|
};
|
|
|
|
#endif /* RES_VHO_H */
|