diff options
Diffstat (limited to 'inc/common/common.h')
-rw-r--r-- | inc/common/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/common/common.h b/inc/common/common.h index 58aafa7..48e5e45 100644 --- a/inc/common/common.h +++ b/inc/common/common.h @@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "common/cmd.h" #include "common/utils.h" +#include <setjmp.h> // // common.h -- definitions common between client and server, but not game.dll @@ -171,6 +172,8 @@ extern unsigned time_before_ref; extern unsigned time_after_ref; #endif +extern jmp_buf com_abortframe; + extern const char com_version_string[]; extern unsigned com_framenum; |