mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	common/math_util: Move contents into the Common namespace
These types are within the common library, so they should be within the Common namespace.
This commit is contained in:
		
							parent
							
								
									643472e24a
								
							
						
					
					
						commit
						e1a4912ade
					
				
					 11 changed files with 85 additions and 83 deletions
				
			
		|  | @ -7,7 +7,7 @@ | |||
| #include <cstdlib> | ||||
| #include <type_traits> | ||||
| 
 | ||||
| namespace MathUtil { | ||||
| namespace Common { | ||||
| 
 | ||||
| constexpr float PI = 3.14159265f; | ||||
| 
 | ||||
|  | @ -41,4 +41,4 @@ struct Rectangle { | |||
|     } | ||||
| }; | ||||
| 
 | ||||
| } // namespace MathUtil
 | ||||
| } // namespace Common
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue