X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fhavocbot%2Fhavocbot.qh;h=2d3d3291320201437aa034ee666420ce0807fe0d;hb=cd109cf922bc405155c680582745d645bd057ded;hp=de94691822e902631b6bbe732162d5bb22270d92;hpb=94579b4c440f739c1203ea5e546d3fcadb884c51;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/bot/havocbot/havocbot.qh b/qcsrc/server/bot/havocbot/havocbot.qh index de9469182..2d3d32913 100644 --- a/qcsrc/server/bot/havocbot/havocbot.qh +++ b/qcsrc/server/bot/havocbot/havocbot.qh @@ -1,3 +1,6 @@ +#ifndef HAVOCBOT_H +#define HAVOCBOT_H + /* * Globals and Fields */ @@ -60,4 +63,4 @@ void(float ratingscale, vector org, float sradius) havocbot_goalrating_enemyplay .entity draggedby; .float ladder_time; .entity ladder_entity; - +#endif