mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-24 17:03:16 -04:00
12 lines
185 B
C
12 lines
185 B
C
#ifndef RES_VLETT_H
|
|
#define RES_VLETT_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VLETT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
VLETT_BDL_VLETT=0x3,
|
|
};
|
|
|
|
#endif /* RES_VLETT_H */
|