eive-obsw/mission/system/tree/system.h
Robin Mueller 0697cca88a
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
started acs subsystem
2022-04-25 13:36:11 +02:00

11 lines
160 B
C++

#ifndef MISSION_SYSTEM_TREE_SYSTEM_H_
#define MISSION_SYSTEM_TREE_SYSTEM_H_
namespace satsystem {
void init();
}
#endif /* MISSION_SYSTEM_TREE_SYSTEM_H_ */