Updated plugin.
- Removed dependency on C client. - The plugin now responds to client requests on the same port used to establish the connection. Removed C client dependency from plugin.
This commit is contained in:
@@ -3,12 +3,17 @@
|
||||
#ifndef XPC_DRAWING_H
|
||||
#define XPC_DRAWING_H
|
||||
|
||||
#include "xplaneConnect.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
namespace XPC
|
||||
{
|
||||
typedef struct
|
||||
{
|
||||
double latitude;
|
||||
double longitude;
|
||||
double altitude;
|
||||
} Waypoint;
|
||||
|
||||
/// Handles tasks that involve drawing to the screen in X-Plane.
|
||||
///
|
||||
/// \author Jason Watkins
|
||||
|
||||
Reference in New Issue
Block a user