mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-21 15:56:50 -04:00
12 lines
179 B
C
12 lines
179 B
C
#ifndef RES_PBKA_H
|
|
#define RES_PBKA_H
|
|
|
|
#include "global.h"
|
|
|
|
enum PBKA_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
PBKA_BDL_PBKA=0x3,
|
|
};
|
|
|
|
#endif /* RES_PBKA_H */
|