Dura2D  v0.1.0
An educational 2D game physics library
Loading...
Searching...
No Matches
d2Broadphase.h File Reference
#include <memory>
#include <utility>
#include <list>
#include "dura2d/d2Body.h"

Go to the source code of this file.

Classes

class  d2Broadphase
 

Typedefs

typedef std::pair< d2Body *, d2Body * > ColliderPair
 
typedef std::list< ColliderPairColliderPairList
 

Typedef Documentation

◆ ColliderPair

typedef std::pair<d2Body*, d2Body*> ColliderPair

◆ ColliderPairList

typedef std::list<ColliderPair> ColliderPairList