BillySheet/include/controller.hpp

11 lines
130 B
C++
Raw Normal View History

2022-01-17 19:57:00 +01:00
#ifndef BILLYSHEET_CONTROLLER_HPP
#define BILLYSHEET_CONTROLLER_HPP
class Controller {
};
#endif //BILLYSHEET_CONTROLLER_HPP