mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-02 03:40:15 -04:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef RES_VTIN2_H
|
|
#define RES_VTIN2_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VTIN2_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VTIN2_BDL_VTIN2=0x3,
|
|
};
|
|
|
|
#endif /* RES_VTIN2_H */
|