mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 08:05:07 -04:00
48 lines
2.4 KiB
C
48 lines
2.4 KiB
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgFlagpoleCol "__OTR__objects/object_hata/gFlagpoleCol"
|
|
static const ALIGN_ASSET(2) char gFlagpoleCol[] = dgFlagpoleCol;
|
|
|
|
#define dgFlagpoleFlapAnim "__OTR__objects/object_hata/gFlagpoleFlapAnim"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlapAnim[] = dgFlagpoleFlapAnim;
|
|
|
|
#define dgFlagpoleSkel "__OTR__objects/object_hata/gFlagpoleSkel"
|
|
static const ALIGN_ASSET(2) char gFlagpoleSkel[] = dgFlagpoleSkel;
|
|
|
|
#define dgFlagpolePoleDL "__OTR__objects/object_hata/gFlagpolePoleDL"
|
|
static const ALIGN_ASSET(2) char gFlagpolePoleDL[] = dgFlagpolePoleDL;
|
|
|
|
#define dgFlagpoleFlag1FlyEndDL "__OTR__objects/object_hata/gFlagpoleFlag1FlyEndDL"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlag1FlyEndDL[] = dgFlagpoleFlag1FlyEndDL;
|
|
|
|
#define dgFlagpoleFlag1FlyMidDL "__OTR__objects/object_hata/gFlagpoleFlag1FlyMidDL"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlag1FlyMidDL[] = dgFlagpoleFlag1FlyMidDL;
|
|
|
|
#define dgFlagpoleFlag1HoistMidDL "__OTR__objects/object_hata/gFlagpoleFlag1HoistMidDL"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlag1HoistMidDL[] = dgFlagpoleFlag1HoistMidDL;
|
|
|
|
#define dgFlagpoleFlag1HoistEndDL "__OTR__objects/object_hata/gFlagpoleFlag1HoistEndDL"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlag1HoistEndDL[] = dgFlagpoleFlag1HoistEndDL;
|
|
|
|
#define dgFlagpoleFlag2FlyEndDL "__OTR__objects/object_hata/gFlagpoleFlag2FlyEndDL"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlag2FlyEndDL[] = dgFlagpoleFlag2FlyEndDL;
|
|
|
|
#define dgFlagpoleFlag2FlyMidDL "__OTR__objects/object_hata/gFlagpoleFlag2FlyMidDL"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlag2FlyMidDL[] = dgFlagpoleFlag2FlyMidDL;
|
|
|
|
#define dgFlagpoleFlag2HoistMidDL "__OTR__objects/object_hata/gFlagpoleFlag2HoistMidDL"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlag2HoistMidDL[] = dgFlagpoleFlag2HoistMidDL;
|
|
|
|
#define dgFlagpoleFlag2HoistEndDL "__OTR__objects/object_hata/gFlagpoleFlag2HoistEndDL"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlag2HoistEndDL[] = dgFlagpoleFlag2HoistEndDL;
|
|
|
|
#define dgFlagpolePoleTex "__OTR__objects/object_hata/gFlagpolePoleTex"
|
|
static const ALIGN_ASSET(2) char gFlagpolePoleTex[] = dgFlagpolePoleTex;
|
|
|
|
#define dgFlagpoleTopTex "__OTR__objects/object_hata/gFlagpoleTopTex"
|
|
static const ALIGN_ASSET(2) char gFlagpoleTopTex[] = dgFlagpoleTopTex;
|
|
|
|
#define dgFlagpoleFlagTex "__OTR__objects/object_hata/gFlagpoleFlagTex"
|
|
static const ALIGN_ASSET(2) char gFlagpoleFlagTex[] = dgFlagpoleFlagTex; |