summaryrefslogtreecommitdiff
path: root/mm/assets/code/sub_s/sub_s.h
blob: f67469f6539bfdf243543883be4ee845e6067b1d (plain)
1
2
3
4
5
6
7
8
9
10
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