Calculator started and the SFML components are off in their own thing.

This commit is contained in:
Zed A. Shaw 2025-05-05 13:50:57 -04:00
parent 942300f0bb
commit 74f5652842
4 changed files with 13 additions and 243 deletions

View file

@ -1,5 +1,15 @@
#include "sfml/components.hpp"
#include "sfml/sound.hpp"
#include "sfml/shaders.hpp"
#include "sfml/textures.hpp"
#include "guecs.hpp"
int main() {
return 0;
sound::init();
shaders::init();
textures::init();
}