mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-03-10 11:52:18 -07:00
33 lines
1.1 KiB
C
33 lines
1.1 KiB
C
#pragma once
|
|
|
|
#include "align_asset_macro.h"
|
|
#define dgDemoBbh "__OTR__assets/demos/bbh"
|
|
static const ALIGN_ASSET(2) char gDemoBbh[] = dgDemoBbh;
|
|
|
|
#include "align_asset_macro.h"
|
|
#define dgDemoBitdw "__OTR__assets/demos/bitdw"
|
|
static const ALIGN_ASSET(2) char gDemoBitdw[] = dgDemoBitdw;
|
|
|
|
#include "align_asset_macro.h"
|
|
#define dgDemoCcm "__OTR__assets/demos/ccm"
|
|
static const ALIGN_ASSET(2) char gDemoCcm[] = dgDemoCcm;
|
|
|
|
#include "align_asset_macro.h"
|
|
#define dgDemoHmc "__OTR__assets/demos/hmc"
|
|
static const ALIGN_ASSET(2) char gDemoHmc[] = dgDemoHmc;
|
|
|
|
#include "align_asset_macro.h"
|
|
#define dgDemoJrb "__OTR__assets/demos/jrb"
|
|
static const ALIGN_ASSET(2) char gDemoJrb[] = dgDemoJrb;
|
|
|
|
#include "align_asset_macro.h"
|
|
#define dgDemoPss "__OTR__assets/demos/pss"
|
|
static const ALIGN_ASSET(2) char gDemoPss[] = dgDemoPss;
|
|
|
|
#include "align_asset_macro.h"
|
|
#define dgDemoWf "__OTR__assets/demos/wf"
|
|
static const ALIGN_ASSET(2) char gDemoWf[] = dgDemoWf;
|
|
|
|
#include "align_asset_macro.h"
|
|
#define dgDemoUnused "__OTR__assets/demos/unused"
|
|
static const ALIGN_ASSET(2) char gDemoUnused[] = dgDemoUnused; |