X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=vpk.h;h=3490766f23227fd7195e8d3c3d7c7702cbb44de8;hb=c1b6eed70bc5804233526e8890f7d361a3e16f07;hp=4271ab30d7aabf3f352e0d7514dc0d1fe780fffe;hpb=e2d2b5a9942f6c2d4e963c37771e84ffa50aa862;p=xonotic%2Fdarkplaces.git diff --git a/vpk.h b/vpk.h index 4271ab30..3490766f 100644 --- a/vpk.h +++ b/vpk.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2021 David Knapp (Cloudwalk) +Copyright (C) 2020-2021 David Knapp (Cloudwalk) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -18,8 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "qtypes.h" -#include "qdefs.h" +#ifndef VPK_H +#define VPK_H + +#include /* * The VPK format is Valve's package format for Source engine games, @@ -96,3 +98,5 @@ typedef struct dvpk_signature_entry_s uint32_t signaturesize; // Always 128 int8_t signature[128]; } dvpk_signature_entry_t; + +#endif