src: Fixed command order at startup

This commit is contained in:
Eberhard Graether
2016-03-15 17:12:04 +01:00
parent 23f05c003b
commit 2008d1401a
6 changed files with 33 additions and 17 deletions
@@ -10,7 +10,11 @@
#include "platform_includes/deploy.h"
void setup(int argc, char *argv[])
void setupPlatform(int argc, char *argv[])
{
}
void setupApp(int argc, char *argv[])
{
#ifdef DEPLOY
std::string path = std::getenv("APPDATA");