From 50e4d4c490782d878cb8777348c3c285f60cd592 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 1 Feb 2025 21:34:39 +0500 Subject: feat: added nfd again.... --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') 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 #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); -- cgit v1.2.3