Fixed various type inconsistencies to remove warning when building on Windows

This commit is contained in:
Jason Watkins
2015-04-14 15:49:25 -07:00
parent 118af68620
commit 8591db96c0
9 changed files with 65 additions and 44 deletions

View File

@@ -3,9 +3,10 @@
#ifndef XPC_DRAWING_H
#define XPC_DRAWING_H
#include <stdlib.h>
#include "xplaneConnect.h"
#include <cstdlib>
namespace XPC
{
/// Handles tasks that involve drawing to the screen in X-Plane.