mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-03 01:54:02 -04:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef RES_VHAMM_H
|
|
#define RES_VHAMM_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VHAMM_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VHAMM_BDL_VHAMM=0x3,
|
|
};
|
|
|
|
#endif /* RES_VHAMM_H */
|