20 #ifndef _INCLUDE_BSTUB_H_
21 #define _INCLUDE_BSTUB_H_
25 void ExtLoadMap(
const char *mapname);
26 void ExtSaveMap(
const char *mapname);
27 const char *ExtGetSectorCaption(
short sectnum);
28 const char *ExtGetWallCaption(
short wallnum);
29 const char *ExtGetSpriteCaption(
short spritenum);
30 void ExtShowSectorData(
short sectnum);
31 void ExtShowWallData(
short wallnum);
32 void ExtShowSpriteData(
short spritenum);
33 void ExtEditSectorData(
short sectnum);
34 void ExtEditWallData(
short wallnum);
35 void ExtEditSpriteData(
short spritenum);
36 void ExtPreCheckKeys(
void);
37 void ExtAnalyzeSprites(
void);
38 void ExtCheckKeys(
void);