1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/src/plugins/uavobjects/uavobjectsinit.h

9 lines
172 B
C
Raw Normal View History

#ifndef UAVOBJECTSINIT_H
#define UAVOBJECTSINIT_H
#include "uavobjectmanager.h"
void UAVObjectsInitialize(UAVObjectManager* objMngr);
#endif // UAVOBJECTSINIT_H