#include "game.h" #include "world.h" int main(int argc, char** argv){ start_world(inicializaciaHry,hernaSlucka,free); return 0; }