summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/TimeSnap.h
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/TimeSnap.h')
-rw-r--r--nGenEx/TimeSnap.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/nGenEx/TimeSnap.h b/nGenEx/TimeSnap.h
new file mode 100644
index 0000000..0f5d2ae
--- /dev/null
+++ b/nGenEx/TimeSnap.h
@@ -0,0 +1,26 @@
+/* Project nGen
+ John DiCamillo
+ Copyright © 1997-2002. All Rights Reserved.
+
+ SUBSYSTEM: nGen.lib
+ FILE: TimeSnap.h
+ AUTHOR: John DiCamillo
+
+*/
+
+#ifndef TimeSnap_h
+#define TimeSnap_h
+
+// +--------------------------------------------------------------------+
+
+#define TIMESNAP(clock) _asm push eax\
+ _asm push edx\
+ _asm _emit 0x0F\
+ _asm _emit 0x31\
+ _asm mov clock, eax\
+ _asm pop edx\
+ _asm pop eax
+
+// +--------------------------------------------------------------------+
+
+#endif TimeSnap_h \ No newline at end of file