Core: SDK init code should be exported as well

Regression caused in commit f989061e2d651da7f2559aee2cfc41b1f20f4790
This commit is contained in:
Kawe Mazidjatari 2024-07-06 09:59:27 +02:00
parent d9c6ec7786
commit de1ec81690

View File

@ -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();