Patronum/Tests/defaultcontroller.h

12 lines
202 B
C
Raw Normal View History

2020-05-06 23:23:46 +03:00
#ifndef DEFAULTCONTROLLER_H
#define DEFAULTCONTROLLER_H
#include <patronum.h>
class DefaultController : public Patronum::Controller
{
public:
DefaultController();
};
#endif // DEFAULTCONTROLLER_H