All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WindowsProcessHelper.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 namespace Eegeo
6 {
7  namespace Helpers
8  {
9  namespace ProcessHelpers
10  {
11  void DeferToAlreadyRunningInstance();
12  void SetEdgeTouchGesturesEnabled(bool enabled);
13  }
14  }
15 }