diff options
Diffstat (limited to 'Tobii-EyeX/include/eyex/EyeX.h')
-rwxr-xr-x | Tobii-EyeX/include/eyex/EyeX.h | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Tobii-EyeX/include/eyex/EyeX.h b/Tobii-EyeX/include/eyex/EyeX.h new file mode 100755 index 0000000..d76dc26 --- /dev/null +++ b/Tobii-EyeX/include/eyex/EyeX.h @@ -0,0 +1,46 @@ +/*********************************************************************************************************************
+ * Copyright 2013-2014 Tobii Technology AB. All rights reserved.
+ * EyeX.h
+ *********************************************************************************************************************/
+
+#if !defined(__TOBII_TX__H__)
+#define __TOBII_TX__H__
+
+/*********************************************************************************************************************/
+
+#ifdef __cplusplus
+#define TX_NAMESPACE_BEGIN namespace EyeX {
+#define TX_NAMESPACE_END }
+#define TX_USING_NAMESPACE_TX using namespace EyeX;
+#endif // __cplusplus
+
+/*********************************************************************************************************************/
+
+#include "EyeXMacros.h"
+#include "EyeXLiterals.h"
+#include "EyeXConstants.h"
+#include "EyeXSharedLiterals.h"
+#include "EyeXFrameworkTypes.h"
+#include "EyeXClientTypes.h"
+#include "EyeXEnv.h"
+#include "EyeXContext.h"
+#include "EyeXObject.h"
+#include "EyeXAsyncData.h"
+#include "EyeXUtils.h"
+#include "EyeXSnapshot.h"
+#include "EyeXBounds.h"
+#include "EyeXInteractor.h"
+#include "EyeXCommand.h"
+#include "EyeXActions.h"
+#include "EyeXBehavior.h"
+#include "EyeXStates.h"
+#include "EyeXNotification.h"
+#include "EyeXQuery.h"
+#include "EyeXEvent.h"
+#include "EyeXProperty.h"
+
+/*********************************************************************************************************************/
+
+#endif /* !defined(__TOBII_TX__H__) */
+
+/*********************************************************************************************************************/
|