summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-02-01 21:34:39 +0500
committerilotterytea <iltsu@alright.party>2025-02-01 21:35:16 +0500
commit50e4d4c490782d878cb8777348c3c285f60cd592 (patch)
treef8957bfe6c2bc963d053474987e383d564ec3cf9 /src
parent30e261ce0220110db201e522e751b1c82c0b5683 (diff)
feat: added nfd again....
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);