X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fevent.h;fp=src%2Fclock.h;h=35f84468240984c090f50ea230e2dea3878a3267;hb=d239de704f276a75d927900e3d413a44cc87116c;hp=cd0afe769a01c8a9a3a72b9a9cff8fdfc28bf668;hpb=f3e5bb2807319c210d124d6150e019130c54867b;p=virtualjaguar diff --git a/src/clock.h b/src/event.h similarity index 85% rename from src/clock.h rename to src/event.h index cd0afe7..35f8446 100644 --- a/src/clock.h +++ b/src/event.h @@ -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__