#include #include #include #include "graphics.hpp" int main() { srand(time(NULL)); Graphics g; g.run(); }