Caseus Tower
 All Classes Namespaces Files Functions Variables
collision.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "player.h"
4 #include "entity.h"
5 
10 namespace Collision
11 {
19  bool playerPlatformIntersectCheck(Player *, Entity *, float);
20 };
a namespace for Collision A namespace containing functions to test for Collision. ...
Definition: collision.h:10
bool playerPlatformIntersectCheck(Player *, Entity *, float)
Creates an Entity object Creates an Entity object with all the information about the Entity...
Definition: entity.h:7
Creates an Player object that inherits Entity Creates an Player object that inherits Entity with a x ...
Definition: player.h:9