Files
FC1/CryPhysics/geometries.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

19 lines
364 B
C

#ifndef geometries_h
#define geometries_h
#pragma once
#include "primitives.h"
#include "bvtree.h"
#include "geometry.h"
#include "trimesh.h"
#include "heightfieldbv.h"
#include "heightfieldgeom.h"
#include "singleboxtree.h"
#include "cylindergeom.h"
#include "spheregeom.h"
#include "raybv.h"
#include "raygeom.h"
#include "boxgeom.h"
#include "geoman.h"
#endif