X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Ffile.qh;h=949a748a84e140efa80fa5cbfdd767dbad635190;hb=refs%2Fheads%2Fmatthiaskrgr%2Fscreenshotcmd;hp=87d1460250a1c007b5ebe0c23103208093fbc8cf;hpb=349aeb508e5a3d577df60bef8a552da2db7d928d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/file.qh b/qcsrc/lib/file.qh index 87d146025..949a748a8 100644 --- a/qcsrc/lib/file.qh +++ b/qcsrc/lib/file.qh @@ -1,5 +1,4 @@ -#ifndef FILE_H -#define FILE_H +#pragma once bool fexists(string f) { @@ -8,5 +7,3 @@ bool fexists(string f) fclose(fh); return true; } - -#endif