16 lines
180 B
C
16 lines
180 B
C
#pragma once
|
|
|
|
struct Alchemy
|
|
{
|
|
float progress;
|
|
void* effect;
|
|
};
|
|
|
|
struct AleLoop
|
|
{
|
|
int startOffset;
|
|
unsigned char maxProgressOffset;
|
|
};
|
|
|
|
void InitAlchemyCrashFix();
|