ideee
This commit is contained in:
		
							parent
							
								
									b8eae458a5
								
							
						
					
					
						commit
						79608cf66c
					
				@ -109,5 +109,14 @@ void game_speed(int value);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void set_message(const char* message,int x,int y);
 | 
					void set_message(const char* message,int x,int y);
 | 
				
			||||||
void clear_screen();
 | 
					void clear_screen();
 | 
				
			||||||
 | 
					void world_init(void);
 | 
				
			||||||
 | 
					int world_get_key(void);
 | 
				
			||||||
 | 
					void world_end(void);
 | 
				
			||||||
 | 
					void world_clear(void);
 | 
				
			||||||
 | 
					void world_draw_char(int x, int y, char c);
 | 
				
			||||||
 | 
					void world_draw_text(int x, int y, const char* text);
 | 
				
			||||||
 | 
					void world_display(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user