678948068b
-=-=-=-=-=-=-=-=-=-=-=-=-= -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
10 lines
140 B
C++
10 lines
140 B
C++
#ifndef NAVIGATION_AGENT_H
|
|
#define NAVIGATION_AGENT_H
|
|
|
|
class NavigationAgent
|
|
{
|
|
public:
|
|
NavigationAgent();
|
|
};
|
|
|
|
#endif // NAVIGATION_AGENT_H
|