Go to the source code of this file.
      
        
          | #define DELETE_CRITICAL_SECTION | 
          ( | 
            | 
          csc | ) | 
             do { } while(0) | 
        
      
 
 
      
        
          | #define ENTER_CRITICAL_SECTION | 
          ( | 
            | 
          csc | ) | 
             do { } while(0) | 
        
      
 
 
      
        
          | #define INITIALIZE_CRITICAL_SECTION | 
          ( | 
            | 
          csc | ) | 
             do { } while(0) | 
        
      
 
 
      
        
          | #define LEAVE_CRITICAL_SECTION | 
          ( | 
            | 
          csc | ) | 
             do { } while(0) | 
        
      
 
 
      
        
          | #define os_get_window | 
          ( | 
           | ) | 
             NULL | 
        
      
 
 
      
        
          | const char* detect_home  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
      
        
          | void os_init  | 
          ( | 
          const char *  | 
          wclass,  | 
        
        
           | 
           | 
          const char *  | 
          title,  | 
        
        
           | 
           | 
          const char *  | 
          app_name = NULL,  | 
        
        
           | 
           | 
          const char *  | 
          version_string = NULL  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void os_set_title  | 
          ( | 
          const char *  | 
          title | ) | 
           | 
        
      
 
 
      
        
          | void os_toggle_fullscreen  | 
          ( | 
           | ) | 
           |