added command line, added basic character
This commit is contained in:
14
public/baseplayer.h
Normal file
14
public/baseplayer.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef BASE_PLAYER_H
|
||||
#define BASE_PLAYER_H
|
||||
|
||||
#include "baseentity.h"
|
||||
#include "playerstart.h"
|
||||
class CBaseEntity;
|
||||
|
||||
class CBasePlayer: public CBaseEntity
|
||||
{
|
||||
public:
|
||||
CPlayerStart *pOwningSpawn;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user