X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fnil.qh;h=77a1e770b1863aba48485ab132fc11e1f0f18c1f;hb=c624e64397b1ac7cbe3b2128a732d2f762443db3;hp=8067cf1ad422b1776ec4c71c798faca64feecc7d;hpb=d4e9ae30b350c9f471dcb72929e976735c818919;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/nil.qh b/qcsrc/lib/nil.qh index 8067cf1ad..77a1e770b 100644 --- a/qcsrc/lib/nil.qh +++ b/qcsrc/lib/nil.qh @@ -1,5 +1,4 @@ -#ifndef NIL_H -#define NIL_H +#pragma once #ifdef QCC_SUPPORT_NIL #define func_null nil @@ -9,5 +8,3 @@ var void func_null(); string string_null; #endif - -#endif