Files
raddebugger/src/win32/win32_inc.h
T

12 lines
231 B
C

// Copyright (c) Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#ifndef WIN32_INC_H
#define WIN32_INC_H
#if defined(X64_H)
# include "win32/x64/win32_x64.h"
#endif
#endif // WIN32_INC_H