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