git-svn-id: https://svn.eduke32.com/eduke32@3340 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-12-29 11:27:07 +00:00
parent e19b944fd8
commit bf566e10a8

View file

@ -28,12 +28,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
(c) Copyright 1993 James R. Dose. All Rights Reserved.
**********************************************************************/
#include "limits.h"
#include "inttypes.h"
#ifndef ___MULTIVC_H
#define ___MULTIVC_H
#include "limits.h"
#include "inttypes.h"
#include "multivoc.h"
#define TRUE ( 1 == 1 )
#define FALSE ( !TRUE )