From d7575bef1e530eac004c973b0384a12561f0bb8b Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 20 Oct 2003 16:21:24 +0000 Subject: Commit of the month --- include/engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index b39841d..420f576 100644 --- a/include/engine.h +++ b/include/engine.h @@ -27,6 +27,7 @@ namespace mogltk { static bool quitrequested(); static int mouseX(); static int mouseY(); + static int mouseZ(); static int mousebuttons(); static double FPS(); static void lockmouse(); @@ -42,6 +43,7 @@ namespace mogltk { static bool quitrequest; static int mx; static int my; + static int mz; static int mbuttons; static int frames; static double curfps; -- cgit v1.2.3