mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-11 03:55:07 -05:00
12 lines
529 B
C
12 lines
529 B
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgSongOfTimeBlockDL "__OTR__objects/object_timeblock/gSongOfTimeBlockDL"
|
|
static const ALIGN_ASSET(2) char gSongOfTimeBlockDL[] = dgSongOfTimeBlockDL;
|
|
|
|
#define dgSongOfTimeBlockTex "__OTR__objects/object_timeblock/gSongOfTimeBlockTex"
|
|
static const ALIGN_ASSET(2) char gSongOfTimeBlockTex[] = dgSongOfTimeBlockTex;
|
|
|
|
#define dgSongOfTimeBlockCol "__OTR__objects/object_timeblock/gSongOfTimeBlockCol"
|
|
static const ALIGN_ASSET(2) char gSongOfTimeBlockCol[] = dgSongOfTimeBlockCol; |