8 lines
75 B
C++
8 lines
75 B
C++
#pragma once
|
|
|
|
namespace rem::features
|
|
{
|
|
void InitAlchemyCrashFix();
|
|
}
|
|
|