mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-28 00:15:50 -04:00
15 lines
205 B
C
15 lines
205 B
C
#ifndef RES_FA_H
|
|
#define RES_FA_H
|
|
|
|
#include "global.h"
|
|
|
|
enum FA_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
FA_BCK_FA=0x4,
|
|
|
|
/* BDL */
|
|
FA_BDL_FA=0x7,
|
|
};
|
|
|
|
#endif /* RES_FA_H */
|