raze/source/build/include/build.h

22 lines
537 B
C
Raw Normal View History

// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman
// Ken Silverman's official web site: "http://www.advsys.net/ken"
// See the included license file "BUILDLIC.TXT" for license info.
//
// This file has been modified from Ken Silverman's original release
// by Jonathon Fowler (jf@jonof.id.au)
// by the EDuke32 team (development@voidpoint.com)
#pragma once
#ifndef build_h_
#define build_h_
/*
#include "printf.h"
#include "palette.h"
2019-10-23 19:11:37 +00:00
#include "c_cvars.h"
2020-04-11 21:39:40 +00:00
#include "cmdlib.h"
#include "maptypes.h"
*/
#endif // build_h_