GIGA REFACTOR
This commit is contained in:
@@ -18,7 +18,7 @@ enum class Architecture {
|
||||
Unknown,
|
||||
};
|
||||
|
||||
inline Os getSystemOs() {
|
||||
inline Os GetSystemOs() {
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
return Os::Windows;
|
||||
#elif defined(__ANDROID__)
|
||||
@@ -31,7 +31,7 @@ inline Os getSystemOs() {
|
||||
#endif
|
||||
}
|
||||
|
||||
inline Architecture getSystemArchitecture() {
|
||||
inline Architecture GetSystemArchitecture() {
|
||||
#if defined(_WIN64)
|
||||
return Architecture::x86_64;
|
||||
#elif defined(_WIN32)
|
||||
|
||||
Reference in New Issue
Block a user