b7dda5b4c0
PR: 211855 Submitted by: cyberbotx@cyberbotx.com (maintainer)
8 lines
307 B
C++
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;
|