Now working on the new SFML with better audio.

This commit is contained in:
Zed A. Shaw 2025-04-17 22:29:31 -04:00
parent 2d81f900be
commit c47e688b0b
15 changed files with 189 additions and 169 deletions

View file

@ -2,7 +2,7 @@
#include "gui.hpp"
#include <fmt/core.h>
int main(int argc, char *argv[])
int main()
{
GameEngine game{100};
auto backend = SFMLBackend(game);