brender-1997/inc/brv1db.h
2022-05-03 14:31:40 -07:00

44 lines
608 B
C

/*
* Copyright (c) 1993-1995 by Argonaut Technologies Limited. All rights reserved.
*
* $Id: brv1db.h 2.2 1996/10/03 11:09:40 sam Exp $
* $Locker: $
*
* Master include file for BRender V1 Database
*
*/
#ifndef _BRV1DB_H_
#define _BRV1DB_H_
#ifndef _MATERIAL_H_
#include "material.h"
#endif
#ifndef _MODEL_H_
#include "model.h"
#endif
#ifndef _ACTOR_H_
#include "actor.h"
#endif
#ifndef _CAMERA_H_
#include "camera.h"
#endif
#ifndef _LIGHT_H_
#include "light.h"
#endif
#ifndef _FMT_H_
#include "fmt.h"
#endif
#ifndef _NO_PROTOTYPES
#ifndef _V1DB_P_H_
#include "v1db_p.h"
#endif
#endif
#endif