mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
asset headers (#154)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef CODE_SUB_S_H
|
||||
#define CODE_SUB_S_H 1
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dgShadowMaterialDL "__OTR__code/sub_s/gShadowMaterialDL"
|
||||
static const ALIGN_ASSET(2) char gShadowMaterialDL[] = dgShadowMaterialDL;
|
||||
|
||||
#define dgShadowModelDL "__OTR__code/sub_s/gShadowModelDL"
|
||||
static const ALIGN_ASSET(2) char gShadowModelDL[] = dgShadowModelDL;
|
||||
#endif // CODE_SUB_S_H
|
||||
Reference in New Issue
Block a user