Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions ents.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,6 @@ struct physent
bool crouched() const;
};

/**
* @brief An representation of a model attachment (e.g. weapon to player).
*/
struct modelattach final
{
const char *tag, *name;
int anim, basetime;
vec *pos;
model *m;

modelattach();
modelattach(const char *tag, const char *name, int anim = -1, int basetime = 0);
modelattach(const char *tag, vec *pos);
};

/**
* @brief description of a character's animation
*/
Expand Down