Shipwright/soh/assets/objects/object_vm/object_vm.h

51 lines
2.3 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgBeamosSkel "__OTR__objects/object_vm/gBeamosSkel"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosSkel[] = dgBeamosSkel;
2023-02-14 08:29:46 -05:00
#define dgBeamosTopEyelidDL "__OTR__objects/object_vm/gBeamosTopEyelidDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosTopEyelidDL[] = dgBeamosTopEyelidDL;
2023-02-14 08:29:46 -05:00
#define dgBeamosBottomEyelidDL "__OTR__objects/object_vm/gBeamosBottomEyelidDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosBottomEyelidDL[] = dgBeamosBottomEyelidDL;
2023-02-14 08:29:46 -05:00
#define dgBeamosEyeDL "__OTR__objects/object_vm/gBeamosEyeDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosEyeDL[] = dgBeamosEyeDL;
2023-02-14 08:29:46 -05:00
#define dgBeamosBodyDL "__OTR__objects/object_vm/gBeamosBodyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosBodyDL[] = dgBeamosBodyDL;
2023-02-14 08:29:46 -05:00
#define dgBeamosBodyGradientTex "__OTR__objects/object_vm/gBeamosBodyGradientTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosBodyGradientTex[] = dgBeamosBodyGradientTex;
2023-02-14 08:29:46 -05:00
#define dgBeamosGrayMetalTex "__OTR__objects/object_vm/gBeamosGrayMetalTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosGrayMetalTex[] = dgBeamosGrayMetalTex;
2023-02-14 08:29:46 -05:00
#define dgBeamosBoltAndMetalTex "__OTR__objects/object_vm/gBeamosBoltAndMetalTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosBoltAndMetalTex[] = dgBeamosBoltAndMetalTex;
2023-02-14 08:29:46 -05:00
#define dgBeamosTex_2D40 "__OTR__objects/object_vm/gBeamosTex_2D40"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosTex_2D40[] = dgBeamosTex_2D40;
2023-02-14 08:29:46 -05:00
#define dgBeamosEyeOutlineTex "__OTR__objects/object_vm/gBeamosEyeOutlineTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosEyeOutlineTex[] = dgBeamosEyeOutlineTex;
2023-02-14 08:29:46 -05:00
#define dgBeamosEyeTex "__OTR__objects/object_vm/gBeamosEyeTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosEyeTex[] = dgBeamosEyeTex;
2023-02-14 08:29:46 -05:00
#define dgBeamosBodyTex "__OTR__objects/object_vm/gBeamosBodyTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosBodyTex[] = dgBeamosBodyTex;
2023-02-14 08:29:46 -05:00
#define dgBeamosLaserTex "__OTR__objects/object_vm/gBeamosLaserTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosLaserTex[] = dgBeamosLaserTex;
2023-02-14 08:29:46 -05:00
#define dgBeamosTeethTex "__OTR__objects/object_vm/gBeamosTeethTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosTeethTex[] = dgBeamosTeethTex;
2023-02-14 08:29:46 -05:00
#define dgBeamosAnim "__OTR__objects/object_vm/gBeamosAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBeamosAnim[] = dgBeamosAnim;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgBeamosLaserDL "__OTR__objects/object_vm/gBeamosLaserDL"
static const ALIGN_ASSET(2) char gBeamosLaserDL[] = dgBeamosLaserDL;