converted to Jolt physics

This commit is contained in:
2025-11-23 02:00:31 +03:00
parent 3f0484e87c
commit cd82fb0eed
52 changed files with 4302 additions and 1458 deletions

View File

@@ -2,6 +2,7 @@
#define H_GOAP_H_
#include <string>
#include <memory>
#include <set>
#include <flecs.h>
namespace ECS
{
@@ -346,4 +347,4 @@ template <class RunnerType> struct DeclareAction : public BaseAction {
}
};
#endif
#endif