mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 03:39:14 +00:00
12 lines
179 B
C++
12 lines
179 B
C++
|
#ifndef OPENMW_COMPONENTS_MISC_ERRORMARKER_H
|
||
|
#define OPENMW_COMPONENTS_MISC_ERRORMARKER_H
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
namespace Misc
|
||
|
{
|
||
|
extern const std::string errorMarker;
|
||
|
}
|
||
|
|
||
|
#endif
|