mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
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;
|