blob: bf70b7eb12f8f80d15cc891cbf9d6376b7c071f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ./advancemenu-2.4.13/advance/menu/emulator.h.old 2005-12-04 10:30:17.000000000 +0100
+++ ./advancemenu-2.4.13/advance/menu/emulator.h 2006-01-28 13:34:22.000000000 +0100
@@ -41,7 +41,7 @@
tristate_t exclude_missing_effective;
tristate_t exclude_missing_orig;
- std::string emulator::attrib_compile(const std::string& value0, const std::string& value1);
+ std::string attrib_compile(const std::string& value0, const std::string& value1);
std::string name;
@@ -363,7 +363,7 @@
};
class generic : public emulator {
- bool generic::load_info(game_set& gar);
+ bool load_info(game_set& gar);
public:
generic(const std::string& Aname, const std::string& Aexe_path, const std::string& Acmd_arg);
|