From 8e6a911700de2875db95d254e5a5771e73ceedd7 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 18 Sep 2005 20:56:44 +0000 Subject: (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters - change a lot of byte player types to PlayerID - beautify header files, same "#endif /* filename */" ending --- driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.h') diff --git a/driver.h b/driver.h index fafcacdcb..23964c01a 100644 --- a/driver.h +++ b/driver.h @@ -10,4 +10,4 @@ int GetDriverParamInt(const char* const* parm, const char* name, int def); void GetDriverList(char* p); -#endif +#endif /* DRIVER_H */ -- cgit v1.2.3-54-g00ecf