mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
committed by
Klaus Basan
parent
f509e600b4
commit
9bc0226fd1
22
src/plugins/simulator/fsx/simconnect_object.cpp
Normal file
22
src/plugins/simulator/fsx/simconnect_object.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "simconnect_object.h"
|
||||
#include "blackcore/interpolator_linear.h"
|
||||
|
||||
using namespace BlackCore;
|
||||
|
||||
namespace BlackSimPlugin
|
||||
{
|
||||
namespace Fsx
|
||||
{
|
||||
CSimConnectObject::CSimConnectObject() :
|
||||
m_interpolator(new CInterpolatorLinear()),
|
||||
m_requestId(-1),
|
||||
m_objectId(-1)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user