From 6fb0c7a7a53e1eba7a0f5dc5b1ade312a0d76119 Mon Sep 17 00:00:00 2001 From: Toad King Date: Thu, 14 Jun 2012 03:21:06 -0400 Subject: initial pocketsnes commit --- src/pollux_set.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pollux_set.h (limited to 'src/pollux_set.h') diff --git a/src/pollux_set.h b/src/pollux_set.h new file mode 100644 index 0000000..64bb220 --- /dev/null +++ b/src/pollux_set.h @@ -0,0 +1,10 @@ +#ifdef __cplusplus +extern "C" +{ +#endif + +int pollux_set(volatile unsigned short *memregs, const char *str); + +#ifdef __cplusplus +} +#endif -- cgit v1.2.3