openbsd-ports/emulators/frodo/patches/patch-Src_main_h

12 lines
345 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Src_main_h,v 1.2 2010/06/30 22:25:57 jakemsr Exp $
--- Src/main.h.orig Wed Jan 2 13:14:55 2002
+++ Src/main.h Thu Jan 14 08:50:10 2010
@@ -119,6 +119,7 @@ class Frodo { (public)
2000-07-07 10:29:51 -04:00
private:
bool load_rom_files(void);
+ bool do_load_rom_files(void);
static char prefs_path[256]; // Pathname of current preferences file
};