mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
8 lines
216 B
C
8 lines
216 B
C
#pragma once
|
|
#include "pch.h"
|
|
|
|
|
|
struct ErrorMessages {
|
|
static constexpr const wchar_t* GENERIC = L"Msg_Error_Generic";
|
|
static constexpr const wchar_t* INVALID_SOURCE_WINDOW = L"Msg_Error_Invalid_Source_Window";
|
|
};
|