1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-10 20:52:11 +01:00
LibrePilot/ground/src/plugins/uavobjects/uavobjectsinit.cpp
vassilis 3489b0c2ab Initial release of UAVObjects and UAVTalk GCS plugins (work in progress)
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@277 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-03-10 13:25:12 +00:00

7 lines
143 B
C++

#include "uavobjectsinit.h"
void UAVObjectsInitialize(UAVObjectManager* objMngr)
{
//objMngr->registerObject( new TestObject() );
}