blob: 0cb8c819609b21e3340c717db35927ac933265c1 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef MISC_LOCERRMSG_H
#define MISC_LOCERRMSG_H 1
#include "align_asset_macro.h"
#define dgNotDesignedForSystemErrorTex "__OTR__misc/locerrmsg/gNotDesignedForSystemErrorTex"
static const ALIGN_ASSET(2) char gNotDesignedForSystemErrorTex[] = dgNotDesignedForSystemErrorTex;
#endif // MISC_LOCERRMSG_H
|