Skip to content

Commit

Permalink
Add type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Oct 24, 2023
1 parent 4ae1281 commit 1b4e54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/shared/entities/entity_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

class CBaseEntity;
class CBasePlayer;
struct edict_t;

/**
* @brief Converts an entity pointer to a player pointer, returning nullptr if it isn't a player.
Expand Down

0 comments on commit 1b4e54b

Please sign in to comment.