cdcEngineDXHR/cdcWorld/RenderLayer.h

9 lines
90 B
C++

#pragma once
#include <windows.h>
namespace cdcRenderLayer {
void Create(HWND hwnd);
}