added support for special media buttons on Amazon Fire TV remote control
[rocksndiamonds.git] / src / libgame / misc.h
index 36e1dfc4e1dcf4cb40cfa6cfce3b6dd1247d243b..6c654cb5a5e0666db8344ec7f9d892ba511a3621 100644 (file)
@@ -119,6 +119,7 @@ void printf_line(char *, int);
 void printf_line_with_prefix(char *, char *, int);
 
 void Print(char *, ...);
+void PrintNoLog(char *, ...);
 void PrintLine(char *, int);
 void PrintLineWithPrefix(char *, char *, int);
 
@@ -265,9 +266,6 @@ char *get_mapped_token(char *);
 
 int get_parameter_value(char *, char *, int);
 
-struct ScreenModeInfo *get_screen_mode_from_string(char *);
-void get_aspect_ratio_from_screen_mode(struct ScreenModeInfo *, int *x, int *y);
-
 struct FileInfo *getFileListFromConfigList(struct ConfigInfo *,
                                           struct ConfigTypeInfo *,
                                           char **, int);