mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +00:00
Very minor code cleanup.
This commit is contained in:
parent
260ad2d8f0
commit
42458a7d76
|
@ -29,7 +29,6 @@
|
||||||
#include "Sound.h"
|
#include "Sound.h"
|
||||||
#include "SystemData.h"
|
#include "SystemData.h"
|
||||||
#include "SystemScreensaver.h"
|
#include "SystemScreensaver.h"
|
||||||
#include "guis/GuiComplexTextEditPopup.h"
|
|
||||||
#include "guis/GuiDetectDevice.h"
|
#include "guis/GuiDetectDevice.h"
|
||||||
#include "guis/GuiLaunchScreen.h"
|
#include "guis/GuiLaunchScreen.h"
|
||||||
#include "guis/GuiMsgBox.h"
|
#include "guis/GuiMsgBox.h"
|
||||||
|
|
|
@ -34,7 +34,7 @@ namespace Utils
|
||||||
const float scrollLength);
|
const float scrollLength);
|
||||||
|
|
||||||
// The MD5 functions are derived from the RSA Data Security, Inc. MD5 Message-Digest
|
// The MD5 functions are derived from the RSA Data Security, Inc. MD5 Message-Digest
|
||||||
// Algorithm. Based on this code: https://github.com/yaoyao-cn/md5/blob/master/md5.cpp
|
// Algorithm.
|
||||||
std::string md5Hash(const std::string& data);
|
std::string md5Hash(const std::string& data);
|
||||||
void md5Update(const unsigned char* buf,
|
void md5Update(const unsigned char* buf,
|
||||||
unsigned int length,
|
unsigned int length,
|
||||||
|
|
Loading…
Reference in a new issue