Browse Source

Remove file level vars form global scope

pull/25/head
Anders Jenbo 7 years ago
parent
commit
b61290e4b0
  1. 16
      Source/towners.h

16
Source/towners.h

@ -2,11 +2,6 @@
#ifndef __TOWNERS_H__
#define __TOWNERS_H__
extern int storeflag; // weak
extern int numtowners; // idb
extern int bannerflag; // weak // unused 0x6AAC28
extern int boyloadflag; // weak
extern BYTE *pCowCels; // idb
extern TownerStruct towner[16];
int __fastcall GetActiveTowner(int t);
@ -43,19 +38,8 @@ void __fastcall TownerTalk(int t);
void __fastcall TalkToTowner(int p, int t);
void __fastcall CowSFX(int pnum);
/* rdata */
extern const int snSFX[3][3];
/* data */
extern char AnimOrder[6][148];
extern int TownCowX[3];
extern int TownCowY[3];
extern int TownCowDir[3];
extern int cowoffx[8];
extern int cowoffy[8];
extern QuestTalkData Qtalklist[11];
extern int CowPlaying;
#endif /* __TOWNERS_H__ */

Loading…
Cancel
Save