Robin Mueller
c63ca66f68
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
17 lines
317 B
C++
17 lines
317 B
C++
#ifndef MISSION_SYSTEM_TREE_COMMODETREE_H_
|
|
#define MISSION_SYSTEM_TREE_COMMODETREE_H_
|
|
|
|
#include <mission/system/objects/ComSubsystem.h>
|
|
|
|
namespace satsystem {
|
|
|
|
namespace com {
|
|
extern ComSubsystem SUBSYSTEM;
|
|
|
|
void init();
|
|
} // namespace com
|
|
|
|
} // namespace satsystem
|
|
|
|
#endif /* MISSION_SYSTEM_TREE_COMMODETREE_H_ */
|