5 #import <UIKit/UIKit.h> 
    6 #import <QuartzCore/CAMetalLayer.h> 
   92         void EnableWindowsMemleakDetection();
 
   95         void LoadBuiltinAssets();
 
   98         void InitGfxDeviceForEditor( 
int width, 
int height );
 
  101         void InitMetal( CAMetalLayer* metalLayer );
 
  110         void Assert( 
bool condition, 
const char* message );
 
  121         void Print( 
const char* format, ... );
 
  124         void ReloadChangedAssets();
 
  128             int GetDrawCallCount();
 
  129             int GetVertexBufferBindCount();
 
  130             int GetTextureBindCount();
 
Definition: AudioClip.hpp:4