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