diff options
Diffstat (limited to 'scene/3d/navigation_agent.h')
-rw-r--r-- | scene/3d/navigation_agent.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scene/3d/navigation_agent.h b/scene/3d/navigation_agent.h new file mode 100644 index 0000000000..baceb693a5 --- /dev/null +++ b/scene/3d/navigation_agent.h @@ -0,0 +1,10 @@ +#ifndef NAVIGATION_AGENT_H +#define NAVIGATION_AGENT_H + +class NavigationAgent +{ +public: + NavigationAgent(); +}; + +#endif // NAVIGATION_AGENT_H |