Change created by date for collision handler header.
This commit is contained in:
parent
5984c75047
commit
4e15efa665
|
@ -10,13 +10,23 @@
|
||||||
#include <SFML/System/Vector2.hpp>
|
#include <SFML/System/Vector2.hpp>
|
||||||
#include <SFML/Window/Keyboard.hpp>
|
#include <SFML/Window/Keyboard.hpp>
|
||||||
#include <ios>
|
#include <ios>
|
||||||
|
|
||||||
#include <simpleengine/game.h>
|
#include <simpleengine/game.h>
|
||||||
|
|
||||||
#include <simpleengine/event.h>
|
#include <simpleengine/event.h>
|
||||||
|
#include <simpleengine/async_event.h>
|
||||||
|
|
||||||
#include <simpleengine/entity.h>
|
#include <simpleengine/entity.h>
|
||||||
|
|
||||||
|
// Simple engine components
|
||||||
#include <simpleengine/components/collision_component.h>
|
#include <simpleengine/components/collision_component.h>
|
||||||
#include <simpleengine/components/movement/movement_component.h>
|
#include <simpleengine/components/movement/movement_component.h>
|
||||||
|
|
||||||
|
// Simpleengine events
|
||||||
#include <simpleengine/events/entity_event.h>
|
#include <simpleengine/events/entity_event.h>
|
||||||
#include <simpleengine/events/collision_handler.h>
|
#include <simpleengine/events/collision_handler.h>
|
||||||
|
|
||||||
|
// Simple engine utils
|
||||||
#include <simpleengine/random.h>
|
#include <simpleengine/random.h>
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by SeanOMik on 7/3/2020.
|
// Created by SeanOMik on 3/1/2020.
|
||||||
// Github: https://github.com/SeanOMik
|
// Github: https://github.com/SeanOMik
|
||||||
// Email: seanomik@gmail.com
|
// Email: seanomik@gmail.com
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue