This commit is contained in:
2020-08-22 19:06:05 -07:00
parent 2e2fb9ffd2
commit f83e5290dd
3 changed files with 28 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
#include <experimental/filesystem>
#include <vector>
#include <SFML/Graphics.hpp>
#include <cstring>
struct pattern_info {
std::string title;
@@ -32,4 +32,4 @@ private:
std::vector<const char*> pattern_list;
};
};