Quick hack to watch my source and rebuild.

This commit is contained in:
Zed A. Shaw 2024-04-26 19:14:28 -04:00
parent f44a08f099
commit e7efc197a1
2 changed files with 12 additions and 1 deletions

View file

@ -8,7 +8,6 @@
#include <SFML/Window/Event.hpp>
int main() {
fmt::print("Setting up a window for you...\n");
sf::RenderWindow window(sf::VideoMode(1920, 1080), "ImGui + SFML = <3");