]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/event.cpp
Various changes to improve code readability, added mouse hiding.
[virtualjaguar] / src / event.cpp
index a923f3730725a2887b18794eb2b7332cfe0e9c74..56e960d1555a845dc2479974383bb46b0b46a6cd 100644 (file)
@@ -19,8 +19,8 @@
 
 #include "event.h"
 
+#include <stdint.h>
 #include "log.h"
-#include "types.h"
 
 
 //#define EVENT_LIST_SIZE       512
@@ -37,7 +37,7 @@
 // list.
 
 // Although if we used an insertion sort we could, but it wouldn't work for adjusting
-// times...
+// times... (For that, you would have to remove the event then reinsert it.)
 
 struct Event
 {