Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TimeSnap.h File Reference

Go to the source code of this file.

Macros

#define TIMESNAP(clock)

Macro Definition Documentation

#define TIMESNAP (   clock)
Value:
_asm push eax\
_asm push edx\
_asm _emit 0x0F\
_asm _emit 0x31\
_asm mov clock, eax\
_asm pop edx\
_asm pop eax

Definition at line 16 of file TimeSnap.h.