= {
{ "Crab", [](const FVector& pos) { return new OCrab(FVector2D(0, 10), FVector2D(20, 10)); } },
{ "ChainChomp", [](const FVector& pos) { return new OChainChomp(); } },
{ "Flagpole", [](const FVector& pos) { return new OFlagpole(pos, 0); } },
{ "Hedgehog", [](const FVector& pos) { return new OHedgehog(pos, FVector2D(0, 10), 0); } },
{ "HotAirBalloon", [](const FVector& pos) { return new OHotAirBalloon(pos); } },
{ "Seagull", [](const FVector& pos) { return new OSeagull(pos); } },
{ "Thwomp", [](const FVector& pos) { return new OThwomp(pos.x, pos.z, 0, 1.0f, 0, 0, 2.0f); } },
{ "Snowman", [](const FVector& pos) { return new OSnowman(pos); } },
{ "Podium", [](const FVector& pos) { return new OPodium(pos); } },
{ "Balloons", [](const FVector& pos) { return new OGrandPrixBalloons(pos); } },
}
@ RACE
Definition CheepCheep.h:22
@ STARTER
Definition Lakitu.h:25
@ STRUT
Definition Penguin.h:29
@ CIRCLE
Definition Penguin.h:30
@ SLIDE3
Definition Penguin.h:31
@ ADULT
Definition Penguin.h:22
@ EMPEROR
Definition Penguin.h:24
@ CHICK
Definition Penguin.h:21
@ MUNCHING
Definition TrashBin.h:25
@ ROTATE2
Definition Trophy.h:35
@ GOLD_150
Definition Trophy.h:28
Definition CoreMath.h:123