mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-27 07:20:22 +00:00
9 lines
90 B
C++
9 lines
90 B
C++
#pragma once
|
|
#include <windows.h>
|
|
|
|
namespace cdcRenderLayer {
|
|
|
|
void Create(HWND hwnd);
|
|
|
|
}
|