mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 21:54:50 -04:00
15 lines
247 B
C
15 lines
247 B
C
#ifndef RES_AGB_H
|
|
#define RES_AGB_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum AGB_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
AGB_BDL_AGBCURSOR=0x4,
|
|
|
|
/* BRK */
|
|
AGB_BRK_AGBCURSOR=0x7,
|
|
};
|
|
|
|
#endif /* RES_AGB_H */
|