mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-25 05:53:57 -05:00
11 lines
323 B
C++
11 lines
323 B
C++
#pragma once
|
|
|
|
#include <Geode/utils/VersionInfo.hpp>
|
|
|
|
namespace about {
|
|
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();
|
|
};
|