]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/event.h
Renamed clock.cpp/h to event.cpp/h, did some long overdue cleanups to
[virtualjaguar] / src / event.h
similarity index 85%
rename from src/clock.h
rename to src/event.h
index cd0afe769a01c8a9a3a72b9a9cff8fdfc28bf668..35f84468240984c090f50ea230e2dea3878a3267 100644 (file)
@@ -1,11 +1,11 @@
 //
-// CLOCK.H: System timing support functionality
+// EVENT.H: System timing support functionality
 //
 // by James L. Hammons
 //
 
-#ifndef __CLOCK_H__
-#define __CLOCK_H__
+#ifndef __EVENT_H__
+#define __EVENT_H__
 
 #include "types.h"
 
@@ -25,4 +25,4 @@ void AdjustCallbackTime(void (* callback)(void), double time);
 double GetTimeToNextEvent(void);
 void HandleNextEvent(void);
 
-#endif // __CLOCK_H__
+#endif // __EVENT_H__