From: Joshua Grams Date: Wed, 12 Apr 2006 17:01:30 +0000 (+0000) Subject: includes fixes X-Git-Tag: 0.5~27 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=284ccd4c9d268fd73125c2a23fe6d2d844fbf10c includes fixes --- diff --git a/args.c b/args.c index 11214a8..519833a 100644 --- a/args.c +++ b/args.c @@ -1,5 +1,6 @@ #include #include +#include #include "args.h" #include "config.h" diff --git a/args.h b/args.h index a71fd63..5bf4a8b 100644 --- a/args.h +++ b/args.h @@ -1,8 +1,6 @@ #ifndef VOR_ARGS_H #define VOR_ARGS_H -#include - // Gameplay Variations extern float opt_bounciness; extern float opt_gamespeed;