Implemented plugin support for handling WYPT commands.

This commit is contained in:
Jason Watkins
2015-04-09 09:42:26 -07:00
parent 8fed5d916c
commit 1a83517bee
5 changed files with 121 additions and 18 deletions

View File

@@ -2,13 +2,7 @@
#define xpcDrawing_h
#include <stdlib.h>
typedef struct
{
double lattitude;
double longitude;
double altitude;
} Waypoint;
#include "xplaneConnect.h"
void XPCClearMessage();