X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Fmain.c;fp=src%2Fdos%2Fmain.c;h=0de90ed1d1a00ffcacdb6f6a797f41969b854122;hp=7535681505f1149fad0a51494ed321a7cfb6e9e6;hb=d956a9d9273eebfacfda58cb3bafff017269d5dc;hpb=93f68e445b0a4f10f2b15383aafed8a216a4a228 diff --git a/src/dos/main.c b/src/dos/main.c index 7535681..0de90ed 100644 --- a/src/dos/main.c +++ b/src/dos/main.c @@ -8,6 +8,8 @@ #include "logger.h" #include "cdpmi.h" #include "audio.h" +#include "sball.h" +#include "vmath.h" static int handle_sball_event(sball_event *ev); static void recalc_sball_matrix(float *xform);