Removed the python version and kept just the c++ one
This commit is contained in:
7
src/controller/controller.cpp
Normal file
7
src/controller/controller.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "controller.hpp"
|
||||
|
||||
#include "../view/view.hpp"
|
||||
|
||||
Controller::Controller(Board b, View& v): board(b), view(v) {
|
||||
v.set_controller(this);
|
||||
}
|
Reference in New Issue
Block a user