Add created by date to collision_handler.cpp and change year in header

This commit is contained in:
SeanOMik 2021-03-12 17:13:33 -06:00
parent f38c239a6a
commit 8e914acab6
No known key found for this signature in database
GPG Key ID: CA09E5BE1F32728A
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,3 +1,9 @@
//
// Created by SeanOMik on 3/1/2021.
// Github: https://github.com/SeanOMik
// Email: seanomik@gmail.com
//
#include "events/collision_handler.h"
#include "components/collision_component.h"