diff options
| author | realtradam <[email protected]> | 2022-11-04 20:50:42 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-04 20:50:42 -0400 |
| commit | e35ff8879409dae845371be867ca76a1cf78cf7f (patch) | |
| tree | 32f6a08550e38f5482ba9b98f43b96afb45b5aa0 /src/physics.hpp | |
| parent | f32e06ab49889b50bba195729af19d3bc878f976 (diff) | |
| download | orbital_game-e35ff8879409dae845371be867ca76a1cf78cf7f.tar.gz orbital_game-e35ff8879409dae845371be867ca76a1cf78cf7f.zip | |
started physics
Diffstat (limited to 'src/physics.hpp')
| -rw-r--r-- | src/physics.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/physics.hpp b/src/physics.hpp new file mode 100644 index 0000000..fa90c1d --- /dev/null +++ b/src/physics.hpp @@ -0,0 +1,5 @@ +#pragma once + +namespace Physics { + +} |
