mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
fix geode dll
This commit is contained in:
parent
427c74fce3
commit
071b8958b0
1 changed files with 5 additions and 5 deletions
|
@ -3,9 +3,9 @@
|
|||
#include <Geode/utils/VersionInfo.hpp>
|
||||
|
||||
namespace about {
|
||||
geode::VersionInfo GEODE_DLL getLoaderVersion();
|
||||
const char* GEODE_DLL getLoaderVersionStr();
|
||||
const char* GEODE_DLL getLoaderCommitHash();
|
||||
const char* GEODE_DLL getBindingsCommitHash();
|
||||
const char* GEODE_DLL getLoaderModJson();
|
||||
GEODE_DLL geode::VersionInfo getLoaderVersion();
|
||||
GEODE_DLL const char* getLoaderVersionStr();
|
||||
GEODE_DLL const char* getLoaderCommitHash();
|
||||
GEODE_DLL const char* getBindingsCommitHash();
|
||||
GEODE_DLL const char* getLoaderModJson();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue