Moved libs to a unique folder

This commit is contained in:
2026-01-16 18:55:26 +01:00
parent 9f893ca4e6
commit c718ae0c7c
17 changed files with 2093 additions and 0 deletions

6
libs/UEngine/UEvars.hpp Normal file
View File

@@ -0,0 +1,6 @@
// Common Unreal Engine variables used
static uint8_t* GWorldaddress = nullptr;
inline uint8_t* GObjectsaddress = nullptr;
inline uint8_t* AppendStringaddress = nullptr;
inline uint8_t* ProcessEventaddress = nullptr;