eive-obsw/mission/system/tree/system.h

15 lines
264 B
C
Raw Normal View History

2022-04-25 13:36:11 +02:00
#ifndef MISSION_SYSTEM_TREE_SYSTEM_H_
#define MISSION_SYSTEM_TREE_SYSTEM_H_
2023-02-10 17:52:46 +01:00
#include <mission/system/objects/EiveSystem.h>
2022-04-25 13:36:11 +02:00
namespace satsystem {
void init();
2023-02-10 17:52:46 +01:00
extern EiveSystem EIVE_SYSTEM;
} // namespace satsystem
2022-04-25 13:36:11 +02:00
#endif /* MISSION_SYSTEM_TREE_SYSTEM_H_ */