2016-01-07 02:08:49 +00:00
|
|
|
#ifndef TEST_PENDULUM_H
|
|
|
|
#define TEST_PENDULUM_H
|
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
class CommonExampleInterface* TestPendulumCreateFunc(struct CommonExampleOptions& options);
|
2016-01-07 02:08:49 +00:00
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
#endif //TEST_PENDULUM_H
|