mirror of
https://github.com/kirirururu/screepsxx.git
synced 2026-06-14 17:30:42 +00:00
9 lines
150 B
C++
9 lines
150 B
C++
#include "PathFinder.hpp"
|
|
|
|
namespace Screeps {
|
|
|
|
PathFinderObject PathFinder;
|
|
|
|
PathFinderObject::PathFinderObject() = default;
|
|
|
|
} // namespace Screeps
|