index
:
amalgine
master
Game engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
Physics
/
Physics.hpp
blob: 9aec701014ee68c260803d30425382a2b2012fd8 (
plain
)
1
2
3
4
5
6
7
8
#pragma once namespace amalgine { class Physics { public: Physics(); }; }