mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
19 lines
471 B
C++
19 lines
471 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
namespace FlockingUtility {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
MCAPI bool checkForSteeringCollision(class Actor &, class Vec3 const &, float, class Vec3 &);
|
|
MCAPI void chooseRandomDirection(class Actor &, class Vec3 &);
|
|
MCAPI void getWaterHeights(class Actor const &, float &, float &);
|
|
|
|
}; |