15 lines
211 B
C++
15 lines
211 B
C++
#include "sfml/components.hpp"
|
|
#include "sfml/sound.hpp"
|
|
#include "sfml/shaders.hpp"
|
|
#include "sfml/textures.hpp"
|
|
#include "guecs.hpp"
|
|
|
|
|
|
int main() {
|
|
sound::init();
|
|
shaders::init();
|
|
textures::init();
|
|
|
|
|
|
|
|
}
|