mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-29 11:13:56 +00:00
10 lines
257 B
C
10 lines
257 B
C
#ifndef OBJECTS_OBJECT_GI_BEAN_H
|
|
#define OBJECTS_OBJECT_GI_BEAN_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGiBeanDL "__OTR__objects/object_gi_bean/gGiBeanDL"
|
|
static const ALIGN_ASSET(2) char gGiBeanDL[] = dgGiBeanDL;
|
|
|
|
#endif // OBJECTS_OBJECT_GI_BEAN_H
|