forked from valve/halflife-sdk
pm_shared: fix struct definition in argument list (causes error on GCC)
This commit is contained in:
parent
275b5896c1
commit
792613e622
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ typedef struct physent_s
|
|||
} physent_t;
|
||||
|
||||
typedef struct playermove_s playermove_t;
|
||||
struct hull_s;
|
||||
|
||||
struct playermove_s
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue