X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Ffile.qh;h=5bc24f627185f5fd5c4bf87aaaf32a40f0908ff8;hb=7bdede86f899ea03fbf67bc1a367dd20390e113c;hp=9e1ba4c9928fcb2df244f304eab190c6acda8d76;hpb=0bd99205bd154e058edc6b82995d24e3375f5f97;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/file.qh b/qcsrc/lib/file.qh index 9e1ba4c99..5bc24f627 100644 --- a/qcsrc/lib/file.qh +++ b/qcsrc/lib/file.qh @@ -1,6 +1,6 @@ #pragma once -[[eraseable]] +ERASEABLE bool fexists(string f) { int fh = fopen(f, FILE_READ);