X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fnil.qh;h=77a1e770b1863aba48485ab132fc11e1f0f18c1f;hb=4d91f9f38ee0fe58d4ac93662da2bcd52921d373;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