#ifndef LEVEL_H #define LEVEL_H #include int level_init(sf::RenderWindow* renderWindow); int level_update(); void level_end(); #endif