X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fevent.cpp;h=56e960d1555a845dc2479974383bb46b0b46a6cd;hb=c9d57b57d70ab2ae842144828175820fb207a3b0;hp=a923f3730725a2887b18794eb2b7332cfe0e9c74;hpb=10f249cb763ddc00cd80e1d47940784e25d3e4a7;p=virtualjaguar diff --git a/src/event.cpp b/src/event.cpp index a923f37..56e960d 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -19,8 +19,8 @@ #include "event.h" +#include #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 {