Change created by date for collision handler header.

This commit is contained in:
SeanOMik 2021-03-12 16:45:00 -06:00
parent 5984c75047
commit 4e15efa665
No known key found for this signature in database
GPG Key ID: CA09E5BE1F32728A
2 changed files with 11 additions and 1 deletions

View File

@ -10,13 +10,23 @@
#include <SFML/System/Vector2.hpp>
#include <SFML/Window/Keyboard.hpp>
#include <ios>
#include <simpleengine/game.h>
#include <simpleengine/event.h>
#include <simpleengine/async_event.h>
#include <simpleengine/entity.h>
// Simple engine components
#include <simpleengine/components/collision_component.h>
#include <simpleengine/components/movement/movement_component.h>
// Simpleengine events
#include <simpleengine/events/entity_event.h>
#include <simpleengine/events/collision_handler.h>
// Simple engine utils
#include <simpleengine/random.h>
#include <chrono>

View File

@ -1,5 +1,5 @@
//
// Created by SeanOMik on 7/3/2020.
// Created by SeanOMik on 3/1/2020.
// Github: https://github.com/SeanOMik
// Email: seanomik@gmail.com
//