godot/scene/3d/navigation_agent.h
Juan Linietsky 678948068b Small Issues & Maintenance
-=-=-=-=-=-=-=-=-=-=-=-=-=

-Begin work on Navigation Meshes (simple pathfinding for now, will improve soon)
-More doc on theme overriding
-Upgraded OpenSSL to version without bugs
-Misc bugfixes
2014-08-01 22:10:38 -03:00

11 lines
140 B
C++

#ifndef NAVIGATION_AGENT_H
#define NAVIGATION_AGENT_H
class NavigationAgent
{
public:
NavigationAgent();
};
#endif // NAVIGATION_AGENT_H