t7x/src/client/component/splash.hpp
2022-10-01 10:39:40 +02:00

8 lines
69 B
C++

#pragma once
namespace splash
{
void hide();
HWND get_window();
}