mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
9 lines
172 B
C
9 lines
172 B
C
|
#ifndef UAVOBJECTSINIT_H
|
||
|
#define UAVOBJECTSINIT_H
|
||
|
|
||
|
#include "uavobjectmanager.h"
|
||
|
|
||
|
void UAVObjectsInitialize(UAVObjectManager* objMngr);
|
||
|
|
||
|
#endif // UAVOBJECTSINIT_H
|