Initial public release of rem-essentials
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
struct Alchemy
|
||||
{
|
||||
float progress;
|
||||
void* effect;
|
||||
};
|
||||
|
||||
struct AleLoop
|
||||
{
|
||||
int startOffset;
|
||||
unsigned char maxProgressOffset;
|
||||
};
|
||||
|
||||
void InitAlchemyCrashFix();
|
||||
Reference in New Issue
Block a user