Utility: Add velocity component and system

This commit is contained in:
SirLynix
2022-07-02 19:43:58 +02:00
parent 99b4397d78
commit d5f70279a1
7 changed files with 175 additions and 0 deletions

View File

@@ -30,5 +30,6 @@
#define NAZARA_UTILITY_COMPONENTS_HPP
#include <Nazara/Utility/Components/NodeComponent.hpp>
#include <Nazara/Utility/Components/VelocityComponent.hpp>
#endif // NAZARA_UTILITY_COMPONENTS_HPP