pm_shared: fix struct definition in argument list (causes error on GCC)

This commit is contained in:
Alibek Omarov 2023-09-06 05:16:26 +03:00
parent 275b5896c1
commit 792613e622

View file

@ -84,6 +84,7 @@ typedef struct physent_s
} physent_t;
typedef struct playermove_s playermove_t;
struct hull_s;
struct playermove_s
{