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