summaryrefslogtreecommitdiff
path: root/src/FLD.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FLD.hpp')
-rw-r--r--src/FLD.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FLD.hpp b/src/FLD.hpp
index 9abe34a..d4bf4bf 100644
--- a/src/FLD.hpp
+++ b/src/FLD.hpp
@@ -48,6 +48,7 @@ public:
Uint f = NONE;
};
struct Image {
+ std::string path = "";
bool valid = true;
SDL_Texture *ptr = nullptr;
int width = 0;