mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
7 lines
143 B
C++
7 lines
143 B
C++
|
#include "uavobjectsinit.h"
|
||
|
|
||
|
void UAVObjectsInitialize(UAVObjectManager* objMngr)
|
||
|
{
|
||
|
//objMngr->registerObject( new TestObject() );
|
||
|
}
|