mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed some exports
This commit is contained in:
		
							
								
								
									
										10
									
								
								hyper.h
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								hyper.h
									
									
									
									
									
								
							| @@ -4177,7 +4177,14 @@ extern void calcTidalPhase(); | ||||
|  | ||||
| void curvepoint(const hyperpoint& H1); | ||||
| dqi_poly& queuecurve(color_t linecol, color_t fillcol, PPR prio); | ||||
|  | ||||
| ld cos_auto(ld x); | ||||
| ld sin_auto(ld x); | ||||
| ld tan_auto(ld x); | ||||
| ld asin_auto(ld x); | ||||
| ld atan_auto(ld x); | ||||
| ld atan2_auto(ld x); | ||||
| ld atan2(hyperpoint h); | ||||
|  | ||||
| namespace anims { | ||||
|   void apply(); | ||||
| @@ -4396,6 +4403,9 @@ extern hookset<named_functionality()> *hooks_o_key; | ||||
|  | ||||
| named_functionality get_o_key(); | ||||
|  | ||||
| hyperpoint nearcorner(cell *c, int i); | ||||
| extern bool showquotients; | ||||
|  | ||||
| bool do_draw(cell *c, const transmatrix& T); | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue