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