mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-01 19:30:21 -04:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef RES_VLEMG_H
|
|
#define RES_VLEMG_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VLEMG_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VLEMG_BDL_VLEMG=0x3,
|
|
};
|
|
|
|
#endif /* RES_VLEMG_H */
|