mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-09-21 20:10:15 +03:00
10 lines
202 B
C++
10 lines
202 B
C++
#include "cbase.h"
|
|
#include "gamemovement.h"
|
|
|
|
class CNetworkedPlayerMovement : public CGameMovement
|
|
{
|
|
DECLARE_CLASS(CNetworkedPlayerMovement,CGameMovement);
|
|
|
|
public:
|
|
virtual bool CheckJumpButton();
|
|
}; |