12 lines
615 B
C
12 lines
615 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGiPrescriptionDL "__OTR__objects/object_gi_prescription/gGiPrescriptionDL"
|
|
static const ALIGN_ASSET(2) char gGiPrescriptionDL[] = dgGiPrescriptionDL;
|
|
|
|
#define dgGiPrescriptionWritingDL "__OTR__objects/object_gi_prescription/gGiPrescriptionWritingDL"
|
|
static const ALIGN_ASSET(2) char gGiPrescriptionWritingDL[] = dgGiPrescriptionWritingDL;
|
|
|
|
#define dobject_gi_prescriptionTex_000000 "__OTR__objects/object_gi_prescription/object_gi_prescriptionTex_000000"
|
|
static const ALIGN_ASSET(2) char object_gi_prescriptionTex_000000[] = dobject_gi_prescriptionTex_000000; |