added keybind
This commit is contained in:
15
game/shared/boneanimation.h
Normal file
15
game/shared/boneanimation.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef BONE_ANIMATION_H
|
||||
#define BONE_ANIMATION_H
|
||||
|
||||
class CBones
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
class CBoneAnimator
|
||||
{
|
||||
public:
|
||||
virtual CBones *CreateBones();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user