mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 17:54:39 +08:00
10 lines
148 B
C++
10 lines
148 B
C++
#pragma once
|
|
|
|
#include "ggwave-common-sdl2.h"
|
|
|
|
#include <thread>
|
|
|
|
std::thread initMain();
|
|
void renderMain();
|
|
void deinitMain(std::thread & worker);
|