(svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
#include "ttd.h"
|
||||
#include "strings.h"
|
||||
#include "table/strings.h"
|
||||
#include "map.h"
|
||||
#include "tile.h"
|
||||
@@ -45,8 +46,6 @@ extern void GenerateWorld(int mode, uint log_x, uint log_y);
|
||||
extern void GenerateIndustries(void);
|
||||
extern void GenerateTowns(void);
|
||||
|
||||
extern uint GetCurrentCurrencyRate(void);
|
||||
|
||||
extern void CcTerraform(bool success, uint tile, uint32 p1, uint32 p2);
|
||||
|
||||
void HandleOnEditTextCancel(void)
|
||||
|
||||
Reference in New Issue
Block a user