Initial commit
This commit is contained in:
9
bishop.cpp
Normal file
9
bishop.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <cstdlib>
|
||||
|
||||
#include "bishop.h"
|
||||
|
||||
void bishop::move(int x, int y)
|
||||
{
|
||||
this->x = x;
|
||||
this->y = y;
|
||||
}
|
||||
Reference in New Issue
Block a user