8 lines
69 B
C++
Raw Normal View History

2023-03-06 12:40:07 -08:00
#pragma once
namespace splash
{
void hide();
HWND get_window();
}