Fix implicit function declaration. Fix struct declaration in parameter list

This commit is contained in:
Alibek Omarov
2018-04-21 00:05:08 +03:00
parent fd1f0e685a
commit b7622e6009
5 changed files with 14 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ typedef struct
typedef unsigned long CRC32_t;
typedef struct delta_s delta_t;
struct entity_state_s;
// Engine hands this to DLLs for functionality callbacks
typedef struct enginefuncs_s