correct a header

This commit is contained in:
Glenn Maynard
2003-02-14 06:42:08 +00:00
parent 523787ff96
commit eab305fdcf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
*/
#include "GameConstantsAndTypes.h"
#include "Math.h" // for fabs()
#include <math.h> // for fabs()
#include "Player.h"
#include "RageUtil.h"
#include "PrefsManager.h"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef RAGE_THREADS_H
#define RAGE_THREADS_H
#include "SDL_Thread.h"
#include "SDL_thread.h"
/* Mutex class that follows the behavior of Windows mutexes: if the same
* thread locks the same mutex twice, we just increase a refcount; a mutex