mirror of
https://github.com/overte-org/overte.git
synced 2025-07-17 18:16:55 +02:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
088e9d0aef
2 changed files with 3 additions and 2 deletions
|
@ -774,9 +774,9 @@ void Application::readSettingsFile() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
fclose(settingsFile);
|
fclose(settingsFile);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::saveSettingsFile() {
|
void Application::saveSettingsFile() {
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#define __hifi__SharedUtil__
|
#define __hifi__SharedUtil__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Reference in a new issue