diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-10 11:06:37 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-10 11:06:37 +0000 |
| commit | f685b413d219d367fb1da39119e50056c5c42ce7 (patch) | |
| tree | b6eff31e5d8277707d94a753a5571c10d3009421 /src/game/g_protocol.def | |
| parent | 5400809a9dccf9334967e1c06b6037c30deb2e57 (diff) | |
| download | zcatch-f685b413d219d367fb1da39119e50056c5c42ce7.tar.gz zcatch-f685b413d219d367fb1da39119e50056c5c42ce7.zip | |
fixed compile errors
Diffstat (limited to 'src/game/g_protocol.def')
| -rw-r--r-- | src/game/g_protocol.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def index a8aaa623..49acba24 100644 --- a/src/game/g_protocol.def +++ b/src/game/g_protocol.def @@ -1,7 +1,9 @@ raw_source #include "g_protocol.h" - #include "g_protocol_ids.h" + extern "C" { + #include "g_protocol_ids.h" + } #include <engine/e_common_interface.h> #define max_int 2147483647 end |