summaryrefslogtreecommitdiff
path: root/scene/3d/navigation_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/navigation_agent.h')
-rw-r--r--scene/3d/navigation_agent.h10
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