Fixed various type inconsistencies to remove warning when building on Windows
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user