10 lines
196 B
C++
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 */
|