8 lines
88 B
C
8 lines
88 B
C
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
namespace W32Util
|
||
|
{
|
||
|
void CenterWindow(HWND hwnd);
|
||
|
}
|