That was weird...
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include <SFML/Graphics.hpp>
|
||||
#include <stack>
|
||||
#include "Map.h"
|
||||
#include "Pather.h"
|
||||
|
||||
class Explorer {
|
||||
public:
|
||||
@@ -14,9 +13,8 @@ private:
|
||||
sf::Color color;
|
||||
sf::Vector2i position;
|
||||
Map* map;
|
||||
Pather* pather;
|
||||
|
||||
std::deque<int> movement_stack;
|
||||
std::stack<int> movement_stack;
|
||||
bool move();
|
||||
bool plan(sf::Vector2i destination_);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user