1
0
Fork 0
spectre/source/Platform/Win32/Win32Internal.h
2016-01-10 09:26:43 +01:00

10 lines
No EOL
195 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 */