Forums » Help » 
    
    
    
    
 Question: What is the explanation the code for "interface_3" is separated from the rest of the client-code? (closed)
Question: What is the explanation the code for "interface_3" is separated from the rest of the client-code? (closed)
Added by ragnar-gd over 4 years ago
What is the explanation the code for "interface_3" is separated from the rest of the client-code?
 
 
  
    
      
      
      
    
  
  ragnar-gd,
	The interface_v3 folder is the 3rd iteration of the interface code. It is separate for organizational purposes, very much like there are sub-folders in code/ryzom/server/src/entities_game_service for various 'managers' such as guild_manager and building_manager. Before we cleaned the code up for release there were other interface folders like interface_v2.
	Thanks, 
sfb
/s
 
  
    
      
      
      
    
  
  Thank you!
	(Perhaps more organization of the remaining code into folders could be helpful for understanding and organizing the code as well?)