#pragma once #include "Widget.h" #include "Window.h" namespace AudioFlyin { void Create(Window& window, int32_t monitor); }