All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EmscriptenAppInfoFactory.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include <string>
6 #include "AppInfo.h"
7 
8 namespace Eegeo
9 {
10  namespace Emscripten
11  {
12  Eegeo::AppInfo CreateAppInfo(const std::string &apiKey);
13  }
14 }