mirror of
https://github.com/EricPlayZ/EGameTools.git
synced 2025-07-19 01:47:50 +08:00
6 lines
80 B
C++
6 lines
80 B
C++
#pragma once
|
|
namespace impl {
|
|
namespace win32 {
|
|
void init(HWND hwnd);
|
|
}
|
|
} |