mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2026-03-19 16:39:46 +01:00
Initial commit
This commit is contained in:
14
rerelease/cg_local.h
Normal file
14
rerelease/cg_local.h
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright (c) ZeniMax Media Inc.
|
||||
// Licensed under the GNU General Public License 2.0.
|
||||
|
||||
// g_local.h -- local definitions for game module
|
||||
#pragma once
|
||||
|
||||
#include "bg_local.h"
|
||||
|
||||
extern cgame_import_t cgi;
|
||||
extern cgame_export_t cglobals;
|
||||
|
||||
#define SERVER_TICK_RATE cgi.tick_rate // in hz
|
||||
#define FRAME_TIME_S cgi.frame_time_s
|
||||
#define FRAME_TIME_MS cgi.frame_time_ms
|
||||
Reference in New Issue
Block a user