(svn r5761) - Cleanup: Really minor whitespace changes, and remove an extern from a function decleration in header file.

This commit is contained in:
Darkvater 2006-08-04 23:33:05 +00:00
parent 9e69df03a7
commit bca8e9ad4e
4 changed files with 1 additions and 4 deletions

View File

@ -68,7 +68,6 @@ void FioSkipBytes(int n)
}
}
uint16 FioReadWord(void)
{
byte b = FioReadByte();

2
hal.h
View File

@ -42,7 +42,7 @@ enum DriverType {
MUSIC_DRIVER = 2,
};
extern void GameLoop(void);
void GameLoop(void);
// Deals with finding savegames

View File

@ -31,7 +31,6 @@
static bool _fios_path_changed;
static bool _savegame_sort_dirty;
typedef struct LandInfoData {
Town *town;
int32 costclear;

1
os2.c
View File

@ -22,7 +22,6 @@
#define INCL_WINCLIPBOARD
#include <os2.h>
#include <i86.h>
static char *_fios_path;