mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
40656b3135
Use the embed error marker we fail to load a mesh.
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
|