doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
macosx_timers.h
Go to the documentation of this file.
1 #ifdef OMNI_TIMER
2 
3 #import <OmniTimer/OTTimerNode.h>
4 
5 extern OTTimerNode *RootNode;
6 extern OTTimerNode *FrameNode;
7 extern OTTimerNode *UpdateScreenNode;
8 extern OTTimerNode *SurfaceMeshNode;
9 extern OTTimerNode *LerpMeshVertexesNode;
10 extern OTTimerNode *LerpMeshVertexesNode1;
11 extern OTTimerNode *LerpMeshVertexesNode2;
12 extern OTTimerNode *VectorArrayNormalizeNode;
13 
14 extern void InitializeTimers();
15 extern void PrintTimers();
16 
17 #endif // OMNI_TIMER