mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Core: SDK init code should be exported as well
Regression caused in commit f989061e2d651da7f2559aee2cfc41b1f20f4790
This commit is contained in:
parent
d9c6ec7786
commit
de1ec81690
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
PLATFORM_INTERFACE void SDK_Init();
|
||||
PLATFORM_INTERFACE void SDK_Shutdown();
|
||||
DLL_EXPORT void SDK_Init();
|
||||
DLL_EXPORT void SDK_Shutdown();
|
||||
|
||||
void Systems_Init();
|
||||
void Systems_Shutdown();
|
||||
|
Loading…
x
Reference in New Issue
Block a user