(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)

This commit is contained in:
Darkvater
2005-05-14 23:48:39 +00:00
parent 788286e9d3
commit 6f06930ee3
6 changed files with 14 additions and 5 deletions

View File

@@ -167,8 +167,6 @@ StringID RealAllocateName(const char *name, byte skip, bool check_double);
void ConvertDayToYMD(YearMonthDay *ymd, uint16 date);
uint ConvertYMDToDay(uint year, uint month, uint day);
uint ConvertIntDate(uint date);
void CSleep(int milliseconds);
/* misc functions */
void MarkTileDirty(int x, int y);