mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-29 09:04:31 +00:00
12 lines
202 B
C++
12 lines
202 B
C++
#ifndef DEFAULTCONTROLLER_H
|
|
#define DEFAULTCONTROLLER_H
|
|
#include <patronum.h>
|
|
|
|
class DefaultController : public Patronum::Controller
|
|
{
|
|
public:
|
|
DefaultController();
|
|
};
|
|
|
|
#endif // DEFAULTCONTROLLER_H
|