mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-20 07:31:54 -04:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef RES_VHAPP_H
|
|
#define RES_VHAPP_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VHAPP_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VHAPP_BDL_VHAPP=0x3,
|
|
};
|
|
|
|
#endif /* RES_VHAPP_H */
|