diff options
| author | ilotterytea <iltsu@alright.party> | 2025-02-01 21:34:39 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-02-01 21:35:16 +0500 |
| commit | 50e4d4c490782d878cb8777348c3c285f60cd592 (patch) | |
| tree | f8957bfe6c2bc963d053474987e383d564ec3cf9 /src/main.cpp | |
| parent | 30e261ce0220110db201e522e751b1c82c0b5683 (diff) | |
feat: added nfd again....
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
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); |
