|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include "dynamicworld.h"#include "collisionworld.h"#include "physicmeshshape.h"#include "physicvbo.h"#include "graphics/mesh/skeleton.h"#include <algorithm>#include <cmath>#include <cassert>#include "graphics/mesh/submesh/packedmesh.h"#include "world/objects/item.h"#include "world/bullet.h"#include "world/world.h"Go to the source code of this file.
Classes | |
| struct | DynamicWorld::HumShape |
| struct | DynamicWorld::NpcBody |
| struct | DynamicWorld::NpcBodyList |
| struct | DynamicWorld::NpcBodyList::Record |
| struct | DynamicWorld::BulletsList |
| struct | DynamicWorld::BBoxList |