Added more structure, added abstraction to existing parts
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
#include "Player.h"
|
||||
|
||||
|
||||
|
||||
Player::Player()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Player::~Player()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user