mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-21 05:36:33 +08:00
waver : bump version to v1.3.2
- single-threaded app - new message indicator - audio capture indicator - emscripten compatibility
This commit is contained in:
@@ -2,14 +2,12 @@
|
||||
|
||||
#include "ggwave-common-sdl2.h"
|
||||
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
std::thread initMainAndRunCore();
|
||||
void initMain();
|
||||
void updateCore();
|
||||
void renderMain();
|
||||
void deinitMain(std::thread & worker);
|
||||
void deinitMain();
|
||||
|
||||
// share info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user