summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0a3432b..2d2b148 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -11,8 +11,11 @@
#include <optional>
#include "floor.hpp"
+#include "nfd.hpp"
int main() {
+ NFD::Guard nfdGuard;
+
sf::RenderWindow window(sf::VideoMode({800, 600}), "sillyeditor");
window.setFramerateLimit(60);
ImGui::SFML::Init(window);