mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	moved zgmod to util
This commit is contained in:
		@@ -776,8 +776,6 @@ EX namespace nilv {
 | 
			
		||||
    { point31(0,0,0.5), point31(-0.5,0.5,0.25), point31(-0.5,-0.5,0.75), point31(0,0,0.5), point31(-0.5,-0.5,0.75), point31(-0.5,-0.5,0.5), point31(0,0,0.5), point31(-0.5,-0.5,0.5), point31(0.5,-0.5,0.5), point31(0,0,0.5), point31(0.5,-0.5,0.5), point31(0.5,-0.5,0.25), point31(0,0,0.5), point31(0.5,-0.5,0.25), point31(0.5,0.5,0.75), point31(0,0,0.5), point31(0.5,0.5,0.75), point31(0.5,0.5,0.5), point31(0,0,0.5), point31(0.5,0.5,0.5), point31(-0.5,0.5,0.5), point31(0,0,0.5), point31(-0.5,0.5,0.5), point31(-0.5,0.5,0.25), },
 | 
			
		||||
    }};
 | 
			
		||||
 | 
			
		||||
  EX int zgmod(int a, int b) { return b ? gmod(a, b) : a; }
 | 
			
		||||
 | 
			
		||||
  EX array<int,3> nilperiod, nilperiod_edit;
 | 
			
		||||
  
 | 
			
		||||
  struct hrmap_nil : hrmap {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user