Fix extern "C" error in kplib.h affecting the Build tools

git-svn-id: https://svn.eduke32.com/eduke32@7543 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-04-08 06:29:27 +00:00 committed by Christoph Oelckers
parent ea631cb6ac
commit 664c1ed38e

View file

@ -1,6 +1,3 @@
#ifdef __cplusplus
extern "C" {
#endif
#ifndef compat_h_
#include "compat.h"
@ -8,6 +5,10 @@ extern "C" {
#include "vfs.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct
{
buildvfs_FILE fil; //0:no file open, !=0:open file (either stand-alone or zip)