Pendulum.h 171 B

1234567
  1. #ifndef TEST_PENDULUM_H
  2. #define TEST_PENDULUM_H
  3. class CommonExampleInterface* TestPendulumCreateFunc(struct CommonExampleOptions& options);
  4. #endif //TEST_PENDULUM_H