Skip to content

Commit

Permalink
Fix missing declaration from
Browse files Browse the repository at this point in the history
  • Loading branch information
buginator committed Oct 21, 2010
1 parent e979b6a commit 55cf2a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ extern BOOL ClosingOrder;
/* Initialise the in game interface */
extern BOOL intInitialise(void);

// Check of coordinate is in the build menu
extern BOOL CoordInBuild(int x, int y);

/* Shut down the in game interface */
extern void interfaceShutDown(void);

Expand Down

0 comments on commit 55cf2a4

Please sign in to comment.