|
|
|
|
@ -22,6 +22,12 @@ void SetTownMicros();
|
|
|
|
|
void T_FillSector(BYTE *P3Tiles, BYTE *pSector, int xi, int yi, int w, int h); |
|
|
|
|
void T_FillTile(BYTE *P3Tiles, int xx, int yy, int t); |
|
|
|
|
void T_Pass3(); |
|
|
|
|
#ifdef HELLFIRE |
|
|
|
|
void town_4751C6(); |
|
|
|
|
void town_475379(); |
|
|
|
|
void town_47552C(); |
|
|
|
|
void town_475595(); |
|
|
|
|
#endif |
|
|
|
|
void CreateTown(int entry); |
|
|
|
|
|
|
|
|
|
#endif /* __TOWN_H__ */ |
|
|
|
|
|