X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fdraw.qh;h=b12534f7d73756d49d5a2703f036562a4bf76d85;hb=6339d96deaae4960cea32c7eff9ecf85c2eb0752;hp=74bcae3042dfd886529aff28737462144e193272;hpb=724a41faf2cbfd86d41f3ab59ff8326a831a8326;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/draw.qh b/qcsrc/menu/draw.qh index 74bcae304..b12534f7d 100644 --- a/qcsrc/menu/draw.qh +++ b/qcsrc/menu/draw.qh @@ -1,5 +1,4 @@ -#ifndef DRAW_H -#define DRAW_H +#pragma once // from the engine vector drawfontscale; @@ -41,4 +40,3 @@ vector globalToBoxSize(vector v, vector scale); float draw_TextWidth_WithColors(string s, vector size); float draw_TextWidth_WithoutColors(string s, vector size); -#endif