diff options
Diffstat (limited to 'src/test-stubs.cpp')
| -rw-r--r-- | src/test-stubs.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test-stubs.cpp b/src/test-stubs.cpp new file mode 100644 index 000000000..efc5cf7d8 --- /dev/null +++ b/src/test-stubs.cpp @@ -0,0 +1,4 @@ + +// dummy functions to prevent link errors +int sp_main_gui(int /*argc*/, char const **/*argv*/) { return 0; } +int sp_main_console(int /*argc*/, char const **/*argv*/) { return 0; } |
