initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*+=====================================================================
|
||||
File: Player.h
|
||||
|
||||
Summary: Header file for the Player class
|
||||
|
||||
========================================================================+*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Game {
|
||||
class Player {
|
||||
public:
|
||||
void jump();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user