X-Git-Url: http://git.maemo.org/git/?p=mardrone;a=blobdiff_plain;f=mardrone%2FARDrone_SDK_Version_1_8_20110726%2FExamples%2FWin32%2Fsdk_demo%2FSources%2Fcustom_code.h;fp=mardrone%2FARDrone_SDK_Version_1_8_20110726%2FExamples%2FWin32%2Fsdk_demo%2FSources%2Fcustom_code.h;h=45de2dfa6396dcd7a78a436437152720fba31f8a;hp=0000000000000000000000000000000000000000;hb=9ec9bc13b75d30bc45535c54a652934debfcea92;hpb=ae0a3c2dc0898400aca0dd6b439c5db8044db7b2 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 index 0000000..45de2df --- /dev/null +++ b/mardrone/ARDrone_SDK_Version_1_8_20110726/Examples/Win32/sdk_demo/Sources/custom_code.h @@ -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 + * @date Sept, 8. 2010 + * + *******************************************************************/ + + +#ifndef _MYKONOS_TESTING_TOOL_H_ +#define _MYKONOS_TESTING_TOOL_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include + +C_RESULT signal_exit(); + +void ARWin32Demo_SetConsoleCursor(int x,int y); +void ARWin32Demo_AcquireConsole(); +void ARWin32Demo_ReleaseConsole(); + +#ifdef __cplusplus +} +#endif + + +#endif // _MYKONOS_TESTING_TOOL_H_