mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-20 05:06:32 +08:00
waver : minor data race fix + back to separate Core thread
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
|
||||
#include "ggwave-common-sdl2.h"
|
||||
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
std::thread initMainAndRunCore();
|
||||
|
||||
void initMain();
|
||||
void updateCore();
|
||||
void renderMain();
|
||||
|
||||
Reference in New Issue
Block a user