room101/OBSOLETE/ALL.HPP

29 lines
569 B
C++

#ifndef __ALL_H
#define __ALL_H
#include "xplat.hpp"
#include "defs.hpp"
#include "math.hpp"
#include "file.hpp"
#include "memory.hpp"
#include "camera.hpp"
#include "plane.hpp"
#include "vector.hpp"
#include "matrix.hpp"
#include "convex.hpp"
#include "polygon.hpp"
#include "bsp.hpp"
#include "spanner.hpp"
#include "texture.hpp"
#include "picture.hpp"
#include "entity.hpp"
#include "ddatmap.hpp"
#include "lightmap.hpp"
#include "sound.hpp"
#include "world.hpp"
#include "vgs.hpp"
#include "model.hpp"
#include "particle.hpp"
#endif