You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07:00
9 lines
304 B
C
9 lines
304 B
C
#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
|