mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	export everything: modules compiled separately
This commit is contained in:
		| @@ -87,7 +87,7 @@ bool clockwise(hyperpoint h1, hyperpoint h2) { | ||||
|   return h1[0] * h2[1] > h1[1] * h2[0]; | ||||
|   } | ||||
|  | ||||
| map<heptagon*, vector<int> > cells_of_heptagon; | ||||
| EX map<heptagon*, vector<int> > cells_of_heptagon; | ||||
|  | ||||
| int runlevel; | ||||
| vector<ld> edgelens, distlens; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue