Filesystem update.

This commit is contained in:
Justin Marshall
2026-05-09 07:37:04 -07:00
parent 53dc4276d5
commit 8c4a087aa9
2076 changed files with 11142 additions and 87 deletions
+17
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