This commit is contained in:
Glenn Maynard
2005-12-31 06:16:22 +00:00
parent 8652d9e3b9
commit a692d9f58d
+3 -2
View File
@@ -3,8 +3,6 @@
class ArchHooks
{
static bool s_bQuitting;
static bool s_bToggleWindowed;
public:
virtual ~ArchHooks() { }
@@ -105,6 +103,9 @@ private:
* that may loop or move backwards. */
static int64_t FixupTimeIfLooped( int64_t usecs );
static int64_t FixupTimeIfBackwards( int64_t usecs );
static bool s_bQuitting;
static bool s_bToggleWindowed;
};
#endif