diff options
Diffstat (limited to 'src/hash/xor.h')
| -rw-r--r-- | src/hash/xor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hash/xor.h b/src/hash/xor.h new file mode 100644 index 0000000..f495c36 --- /dev/null +++ b/src/hash/xor.h @@ -0,0 +1,3 @@ +#include "../lua.h" + +int l_xor8(lua_State*); |
