mirror of
https://github.com/portable-lce/portable-lce.git
synced 2026-07-18 17:38:13 +00:00
6 lines
168 B
C++
6 lines
168 B
C++
#include "../Platform/stdafx.h"
|
|
#include "LevelConflictException.h"
|
|
|
|
LevelConflictException::LevelConflictException(const std::wstring& msg) : RuntimeException(msg)
|
|
{
|
|
} |