Calculator started and the SFML components are off in their own thing.
This commit is contained in:
parent
942300f0bb
commit
74f5652842
4 changed files with 13 additions and 243 deletions
|
@ -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();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue