Removed physics for now.
This commit is contained in:
12
archive/physics/2d/Circle.hpp
Normal file
12
archive/physics/2d/Circle.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
// Copyright (c) 2023 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
#include "dawnlibs.hpp"
|
||||
#include "assert/assert.hpp
|
||||
|
||||
namespace Dawn {
|
||||
|
||||
}
|
Reference in New Issue
Block a user