Files
ggwave/examples/ggwave-common-sdl2.h
2020-11-29 17:45:20 +02:00

19 lines
298 B
C++

#pragma once
#include <SDL.h>
#include <string>
class GGWave;
// GGWave helpers
void GGWave_setDefaultCaptureDeviceName(std::string name);
bool GGWave_init(const int playbackId, const int captureId);
GGWave * GGWave_instance();
bool GGWave_mainLoop();
bool GGWave_deinit();
// ImGui helpers