X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fall.qh;h=ff54a3a299f8a3e614fc0e7c62992591b0c8777d;hp=18cc5ae4f3b707dfd11caea3774cc2473d2587f2;hb=a8e9c14803c6ee158f8183701f8e9c8601da9983;hpb=651c8c3d25474fe6a926bd4217b3763f263cf02f diff --git a/qcsrc/common/items/all.qh b/qcsrc/common/items/all.qh index 18cc5ae4f..ff54a3a29 100644 --- a/qcsrc/common/items/all.qh +++ b/qcsrc/common/items/all.qh @@ -1,5 +1,4 @@ -#ifndef ITEMS_ALL_H -#define ITEMS_ALL_H +#pragma once #include @@ -33,5 +32,3 @@ GENERIC_COMMAND(dumpitems, "Dump all items to the console") { #ifndef MENUQC string Item_Model(string item_mdl); #endif - -#endif