mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Added external asset loading
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "align_asset_macro.h"
|
||||
|
||||
#define dgDialogRoot "texts/dialogs/dialog_%02X"
|
||||
static const ALIGN_ASSET(2) char gDialogRoot[] = dgDialogRoot;
|
||||
|
||||
#define dgCourseRoot "texts/courses/course_%02X"
|
||||
static const ALIGN_ASSET(2) char gCourseRoot[] = dgCourseRoot;
|
||||
|
||||
#define dgActRoot "texts/acts/act_%02X"
|
||||
static const ALIGN_ASSET(2) char gActRoot[] = dgActRoot;
|
||||
Reference in New Issue
Block a user