2023-09-01 10:47:51 -06:00
|
|
|
#ifndef OBJECTS_OBJECT_WARP2_H
|
|
|
|
#define OBJECTS_OBJECT_WARP2_H 1
|
2023-02-14 06:29:46 -07:00
|
|
|
|
2023-03-02 07:37:47 -07:00
|
|
|
#include "align_asset_macro.h"
|
|
|
|
|
|
|
|
#define dgWarp2Blob_000000 "__OTR__objects/object_warp2/gWarp2Blob_000000"
|
2023-09-01 10:47:51 -06:00
|
|
|
static const ALIGN_ASSET(2) char gWarp2Blob_000000[] = dgWarp2Blob_000000;
|
|
|
|
|
|
|
|
#endif // OBJECTS_OBJECT_WARP2_H
|