ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / Examples / Win32 / sdk_demo / Sources / custom_code.h
diff --git a/mardrone/ARDrone_SDK_Version_1_8_20110726/Examples/Win32/sdk_demo/Sources/custom_code.h b/mardrone/ARDrone_SDK_Version_1_8_20110726/Examples/Win32/sdk_demo/Sources/custom_code.h
new file mode 100644 (file)
index 0000000..45de2df
--- /dev/null
@@ -0,0 +1,37 @@
+/********************************************************************
+ *                    COPYRIGHT PARROT 2010
+ ********************************************************************
+ *       PARROT - A.R.Drone SDK Windows Client Example
+ *-----------------------------------------------------------------*/
+/**
+ * @file custom_code.h 
+ * @brief Header file for user-added code.
+ *
+ * @author Stephane Piskorski <stephane.piskorski.ext@parrot.fr>
+ * @date   Sept, 8. 2010
+ *
+ *******************************************************************/
+
+
+#ifndef _MYKONOS_TESTING_TOOL_H_
+#define _MYKONOS_TESTING_TOOL_H_
+
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif
+
+#include <stdio.h>
+#include <VP_Os/vp_os_types.h>
+
+C_RESULT signal_exit();
+
+void ARWin32Demo_SetConsoleCursor(int x,int y);
+void ARWin32Demo_AcquireConsole();\r
+void ARWin32Demo_ReleaseConsole();\r
+
+#ifdef __cplusplus\r
+}\r
+#endif
+
+
+#endif // _MYKONOS_TESTING_TOOL_H_