aboutsummaryrefslogtreecommitdiff
path: root/src/sha1
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-08-24 17:46:20 +0200
committerGitHub <noreply@github.com>2021-08-24 17:46:20 +0200
commit235da420c8ac0bcec5a21db6f3cce4ae190fb7c5 (patch)
tree6aaacaa2b8c2f558601ea8321dd8141c8170f46c /src/sha1
parent346e8c0b878541d987d3ee2bfe54b555f626f7bf (diff)
having fun with fatfs (#1189)
* patch TSC coords in DSi mode * DSiware importer and shit
Diffstat (limited to 'src/sha1')
-rw-r--r--src/sha1/sha1.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sha1/sha1.hpp b/src/sha1/sha1.hpp
new file mode 100644
index 0000000..23762e9
--- /dev/null
+++ b/src/sha1/sha1.hpp
@@ -0,0 +1,9 @@
+#ifndef SHA1_HPP
+#define SHA1_HPP
+
+extern "C"
+{
+#include "sha1.h"
+}
+
+#endif