mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 19:22:50 +00:00
9 lines
129 B
C
9 lines
129 B
C
|
#pragma once
|
||
|
#include "Widget.h"
|
||
|
#include "Window.h"
|
||
|
|
||
|
namespace AudioFlyin
|
||
|
{
|
||
|
void Create(Window& window, int32_t monitor);
|
||
|
}
|