Skip to content
Snippets Groups Projects
Commit 1c2127df authored by Andreas Rauschert's avatar Andreas Rauschert
Browse files

Buildfix - define header function inline

would otherwise cause a compiler error on multiple usages
parent d24632db
No related branches found
No related tags found
1 merge request!19Buildfix - define header function inline
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
namespace mantle_api namespace mantle_api
{ {
void SetSpeed(mantle_api::IEntity* entity, double velocity) inline void SetSpeed(mantle_api::IEntity* entity, double velocity)
{ {
auto orientation = entity->GetOrientation(); auto orientation = entity->GetOrientation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment