mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
30 lines
1.8 KiB
C
30 lines
1.8 KiB
C
#ifndef OBJECTS_OBJECT_TAISOU_H
|
|
#define OBJECTS_OBJECT_TAISOU_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgGoronAthleticsSquatSideToSideAnim "__OTR__objects/object_taisou/gGoronAthleticsSquatSideToSideAnim"
|
|
static const ALIGN_ASSET(2) char gGoronAthleticsSquatSideToSideAnim[] = dgGoronAthleticsSquatSideToSideAnim;
|
|
|
|
#define dgGoronAthleticsShakeLimbsAnim "__OTR__objects/object_taisou/gGoronAthleticsShakeLimbsAnim"
|
|
static const ALIGN_ASSET(2) char gGoronAthleticsShakeLimbsAnim[] = dgGoronAthleticsShakeLimbsAnim;
|
|
|
|
#define dgGoronAthleticsCheerAnim "__OTR__objects/object_taisou/gGoronAthleticsCheerAnim"
|
|
static const ALIGN_ASSET(2) char gGoronAthleticsCheerAnim[] = dgGoronAthleticsCheerAnim;
|
|
|
|
#define dgGoronAthleticsShoutAnim "__OTR__objects/object_taisou/gGoronAthleticsShoutAnim"
|
|
static const ALIGN_ASSET(2) char gGoronAthleticsShoutAnim[] = dgGoronAthleticsShoutAnim;
|
|
|
|
#define dgGoronAthleticsDoubleArmSideBendAnim "__OTR__objects/object_taisou/gGoronAthleticsDoubleArmSideBendAnim"
|
|
static const ALIGN_ASSET(2) char gGoronAthleticsDoubleArmSideBendAnim[] = dgGoronAthleticsDoubleArmSideBendAnim;
|
|
|
|
#define dgGoronAthleticsHamstringStretchStandingAnim "__OTR__objects/object_taisou/gGoronAthleticsHamstringStretchStandingAnim"
|
|
static const ALIGN_ASSET(2) char gGoronAthleticsHamstringStretchStandingAnim[] = dgGoronAthleticsHamstringStretchStandingAnim;
|
|
|
|
#define dgGoronAthleticsHamstringStretchSittingAnim "__OTR__objects/object_taisou/gGoronAthleticsHamstringStretchSittingAnim"
|
|
static const ALIGN_ASSET(2) char gGoronAthleticsHamstringStretchSittingAnim[] = dgGoronAthleticsHamstringStretchSittingAnim;
|
|
|
|
#define dgGoronAthleticsSingleArmSideBendAnim "__OTR__objects/object_taisou/gGoronAthleticsSingleArmSideBendAnim"
|
|
static const ALIGN_ASSET(2) char gGoronAthleticsSingleArmSideBendAnim[] = dgGoronAthleticsSingleArmSideBendAnim;
|
|
#endif // OBJECTS_OBJECT_TAISOU_H
|