mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion/simulator] Fix the dummy language implementation
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
#include "../platform.h"
|
||||
|
||||
char * IonSimulatorGetLanguageCode() {
|
||||
namespace Ion {
|
||||
namespace Simulator {
|
||||
namespace Platform {
|
||||
|
||||
const char * languageCode() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user