aboutsummaryrefslogtreecommitdiff
path: root/libexe/wrapper.cpp
diff options
context:
space:
mode:
authorBen Marsh <[email protected]>2019-10-22 09:07:59 -0400
committerBen Marsh <[email protected]>2019-10-22 09:07:59 -0400
commitbd0027e737c6512397f841c22786274ed74b927f (patch)
treef7ffbdb8f3741bb7f24635616cc189cba5cb865c /libexe/wrapper.cpp
downloadarchived-shave-and-a-haircut-bd0027e737c6512397f841c22786274ed74b927f.tar.xz
archived-shave-and-a-haircut-bd0027e737c6512397f841c22786274ed74b927f.zip
Adding Shave-and-a-Haircut 9.6
Diffstat (limited to 'libexe/wrapper.cpp')
-rw-r--r--libexe/wrapper.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/libexe/wrapper.cpp b/libexe/wrapper.cpp
new file mode 100644
index 0000000..f042c82
--- /dev/null
+++ b/libexe/wrapper.cpp
@@ -0,0 +1,10 @@
+// Shave and a Haircut
+// (c) 2019 Epic Games
+// US Patent 6720962
+
+#include "xshave.h"
+extern "C" int
+ShaverC( char *sn )
+{
+ return Shaver( sn );
+}