mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
10 lines
281 B
C
10 lines
281 B
C
#ifndef OBJECTS_OBJECT_WARP2_H
|
|
#define OBJECTS_OBJECT_WARP2_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgWarp2Blob_000000 "__OTR__objects/object_warp2/gWarp2Blob_000000"
|
|
static const ALIGN_ASSET(2) char gWarp2Blob_000000[] = dgWarp2Blob_000000;
|
|
|
|
#endif // OBJECTS_OBJECT_WARP2_H
|