mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			165 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			165 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
Vector2 :: Math.Vector2;
 | 
						|
Color :: Math.Vector4;
 | 
						|
 | 
						|
#scope_module
 | 
						|
 | 
						|
Math :: #import "Math";
 | 
						|
 | 
						|
#if OS == .WINDOWS {
 | 
						|
    #load "windows.jai";
 | 
						|
} else {
 | 
						|
    assert(false);
 | 
						|
} |