Add created by date to collision_handler.cpp and change year in header
This commit is contained in:
parent
f38c239a6a
commit
8e914acab6
|
@ -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
|
||||
//
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue