1 #ifndef __INFO_H
2 #define __INFO_H
3 
4 /* Print all the MAME info records */
5 void print_mame_info(FILE* out, const struct GameDriver* games[]);
6 
7 #endif
8