You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07:00
12 lines
416 B
C
12 lines
416 B
C
#ifndef OBJECTS_OBJECT_STREAM_H
|
|
#define OBJECTS_OBJECT_STREAM_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgWaterVortexTex "__OTR__objects/object_stream/gWaterVortexTex"
|
|
static const ALIGN_ASSET(2) char gWaterVortexTex[] = dgWaterVortexTex;
|
|
|
|
#define dgWaterVortexDL "__OTR__objects/object_stream/gWaterVortexDL"
|
|
static const ALIGN_ASSET(2) char gWaterVortexDL[] = dgWaterVortexDL;
|
|
#endif // OBJECTS_OBJECT_STREAM_H
|