8 lines
118 B
C
8 lines
118 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#ifndef NOMINMAX
|
||
|
|
#define NOMINMAX
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include "../../../editor/src/Platform/D3D12WindowRenderer.h"
|