12 lines
325 B
C++

#ifndef __COMPONENTS_HPP_
#define __COMPONENTS_HPP_
#include <Autocoders/Python/test/active_tester/Simple_Active_TesterImpl.hpp>
#include <Autocoders/Python/test/active_tester/Simple_ActiveImpl.hpp>
extern Simple_Active_Tester::Simple_Active_TesterImpl CompA_Tester;
extern Simple_Active::Simple_ActiveImpl CompA;
#endif