#pragma once #include "ggwave-common-sdl2.h" #include std::thread initMain(); void renderMain(); void deinitMain(std::thread & worker);