Begin to prototype many things.
This commit is contained in:
parent
42530ce824
commit
84450d25af
14 changed files with 176 additions and 9 deletions
10
include/controller.hpp
Normal file
10
include/controller.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef BILLYSHEET_CONTROLLER_HPP
|
||||
#define BILLYSHEET_CONTROLLER_HPP
|
||||
|
||||
|
||||
class Controller {
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //BILLYSHEET_CONTROLLER_HPP
|
Loading…
Add table
Add a link
Reference in a new issue