From 644479214119760394db18ec2488917ffb3a6c54 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 9 Apr 2008 19:38:25 +0000 Subject: parse command line arguments --- src/core/cvar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/cvar.h') diff --git a/src/core/cvar.h b/src/core/cvar.h index 06b7f2a..e45839f 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -106,6 +106,9 @@ public: /// the Cvar registry static std::map registry; + /// an iterator for the Cvar registry + typedef std::map::iterator iterator; + static Cvar *sv_dedicated; // dedicated server static Cvar *sv_private; // client with private server static Cvar *sv_framerate; // server framerate -- cgit v1.2.3