gBar/src/AudioFlyin.h

9 lines
129 B
C
Raw Normal View History

2023-01-13 15:13:56 +00:00
#pragma once
#include "Widget.h"
#include "Window.h"
namespace AudioFlyin
{
void Create(Window& window, int32_t monitor);
}