a bit of stuff, time to add spirv-link into this project
This commit is contained in:
17
game/client/milmoba/player.h
Normal file
17
game/client/milmoba/player.h
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
#include "baseentity.h"
|
||||
#include "worldrender.h"
|
||||
#include "game.h"
|
||||
#include "assetmgr.h"
|
||||
|
||||
|
||||
class C_MOBAPlayer: public C_BaseEntity
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS(C_MOBAPlayer, C_BaseEntity)
|
||||
virtual void Precache ( void ) override;
|
||||
virtual void Spawn( void ) override;
|
||||
virtual void Think( float fDelta );
|
||||
|
||||
FunnyModel_t *pModel;
|
||||
};
|
||||
Reference in New Issue
Block a user