From: TimePath Date: Sat, 2 May 2015 04:48:31 +0000 (+1000) Subject: Fix MCU client compile X-Git-Tag: xonotic-v0.8.1~61^2~20 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=76d3ce024627f7baafd359441aef2fcd0ffcae3a;p=xonotic%2Fxonotic-data.pk3dir.git Fix MCU client compile (multiple compilation units) --- diff --git a/qcsrc/client/vehicles/bumblebee.qc b/qcsrc/client/vehicles/bumblebee.qc index 7bfe31658..8430668cd 100644 --- a/qcsrc/client/vehicles/bumblebee.qc +++ b/qcsrc/client/vehicles/bumblebee.qc @@ -1 +1,11 @@ +#include "../damage.qh" +#include "../defs.qh" +#include "../gibs.qh" +#include "../hook.qh" +#include "../main.qh" +#include "../movetypes.qh" +#include "../wall.qh" + +#include "../weapons/projectile.qh" + #include "../../server/vehicles/bumblebee.qc"