mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 19:29:56 +00:00
40656b3135
Use the embed error marker we fail to load a mesh.
11 lines
179 B
C++
11 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
|