Just roughing physics

This commit is contained in:
2023-01-07 17:07:16 -08:00
parent 2592da24d9
commit 9505dd9f06
14 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// Copyright (c) 2023 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#include "Collider2D.hpp"
using namespace Dawn;
Collider2D::Collider2D(SceneItem *i) : SceneItemComponent(i) {
}