mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
replace YAML with custom made library for reading text files named FML
This commit is contained in:
@@ -50,6 +50,9 @@ struct Win32PlatformPrivate {
|
||||
|
||||
void Platform::init(const char *appName)
|
||||
{
|
||||
// seend random numbers
|
||||
std::srand(std::time(NULL));
|
||||
|
||||
win32.appName = appName;
|
||||
win32.instance = GetModuleHandle(NULL);
|
||||
|
||||
|
@@ -69,6 +69,9 @@ struct X11PlatformPrivate {
|
||||
|
||||
void Platform::init(const char *appName)
|
||||
{
|
||||
// seend random numbers
|
||||
std::srand(std::time(NULL));
|
||||
|
||||
x11.appName = appName;
|
||||
x11.display = NULL;
|
||||
x11.visual = NULL;
|
||||
|
Reference in New Issue
Block a user