mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
29 lines
510 B
C++
29 lines
510 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#include "../Global.h"
|
|
|
|
|
|
#define BEFORE_EXTRA //DO NOT EDIT THIS LINE
|
|
|
|
#undef BEFORE_EXTRA //DO NOT EDIT THIS LINE
|
|
|
|
class TeleportTarget {
|
|
|
|
#define AFTER_EXTRA //DO NOT EDIT THIS LINE
|
|
struct UnknownStruct{
|
|
char filler[40];
|
|
};
|
|
char filler[40]; // IDA TeleportCommand::computeTarget
|
|
UnknownStruct *unk40;
|
|
#undef AFTER_EXTRA //DO NOT EDIT THIS LINE
|
|
|
|
public:
|
|
|
|
//MCAPI ~TeleportTarget();
|
|
|
|
protected:
|
|
|
|
|
|
private:
|
|
|
|
}; |