#ifndef MAIN_HPP #define MAIN_HPP // Includes #include #include "window.hpp" #include "graphics.hpp" #include "utils.hpp" // Variables extern bool running; // Functions int main(int argc, char* argv[]); #endif