Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
NavMeshAreaTypes.hpp
1#pragma once
2
3#include <stdint.h>
4
5namespace Grindstone::Ai {
6 using NavAreaId = uint8_t;
7 using NavAreaFlags = uint16_t;
8}
Definition NavAgentComponent.hpp:12