From 235da420c8ac0bcec5a21db6f3cce4ae190fb7c5 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Tue, 24 Aug 2021 17:46:20 +0200 Subject: having fun with fatfs (#1189) * patch TSC coords in DSi mode * DSiware importer and shit --- src/sha1/sha1.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/sha1/sha1.hpp (limited to 'src/sha1') 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 -- cgit v1.2.3