mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
10 lines
76 B
C++
Vendored
10 lines
76 B
C++
Vendored
#ifndef SHA1_HPP
|
|
#define SHA1_HPP
|
|
|
|
extern "C"
|
|
{
|
|
#include "sha1.h"
|
|
}
|
|
|
|
#endif
|