mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-02 18:18:29 -04:00
12 lines
179 B
C
12 lines
179 B
C
#ifndef RES_PPOS_H
|
|
#define RES_PPOS_H
|
|
|
|
#include "global.h"
|
|
|
|
enum PPOS_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
PPOS_BDL_PPOS=0x3,
|
|
};
|
|
|
|
#endif /* RES_PPOS_H */
|