freebsd-ports/emulators/higan/files/patch-higan_target-tomoko_tomoko.hpp
Dmitry Marakasov b7dda5b4c0 - Update to 102
PR:		211855
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2017-04-10 13:17:17 +00:00

8 lines
307 B
C++

--- higan/target-tomoko/tomoko.hpp.orig 2017-01-11 11:35:22 UTC
+++ higan/target-tomoko/tomoko.hpp
@@ -18,4 +18,5 @@ extern Emulator::Interface* emulator;
#include "tools/tools.hpp"
#include "presentation/presentation.hpp"
+auto locateShared(string name) -> string;
auto locate(string name) -> string;