Files
ggwave/examples/ggwave-gui/common.h
2020-12-12 17:25:55 +02:00

10 lines
148 B
C++

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