hello world

This commit is contained in:
Timothee 'TTimo' Besset
2011-11-22 15:28:15 -06:00
commit fb1609f554
2155 changed files with 1017022 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#ifdef OMNI_TIMER
#import <OmniTimer/OTTimerNode.h>
extern OTTimerNode *RootNode;
extern OTTimerNode *FrameNode;
extern OTTimerNode *UpdateScreenNode;
extern OTTimerNode *SurfaceMeshNode;
extern OTTimerNode *LerpMeshVertexesNode;
extern OTTimerNode *LerpMeshVertexesNode1;
extern OTTimerNode *LerpMeshVertexesNode2;
extern OTTimerNode *VectorArrayNormalizeNode;
extern void InitializeTimers();
extern void PrintTimers();
#endif // OMNI_TIMER