1
0
Fork 0
spectre/source/Platform/Win32/Win32Internal.h

10 lines
196 B
C++

#ifndef PLATFORM_WIN32_INTERNAL_H
#define PLATFORM_WIN32_INTERNAL_H
#include <Windows.h>
#include <string>
const char* Win32GetMessage(DWORD messageId);
#endif /* PLATFORM_WIN32_INTERNAL_H */