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