aboutsummaryrefslogtreecommitdiff
path: root/include/encryption_functions.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-05-02 21:29:06 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2020-05-02 21:29:06 -0500
commitbbdad2a40d8f02fe738830d9cf66ad4ec2fa86cf (patch)
tree8e8892d24684f005b0e18624677957791e1738b7 /include/encryption_functions.h
parent1e2d71fb96ca85fa50c172c2f1cf22b2620bacd2 (diff)
parent992c0b14e155059a7e22ad72c0309b620c850a46 (diff)
Merge branch '2.7-rc'
Includes full code reformat. # Conflicts: # src/aomusicplayer.cpp # src/path_functions.cpp
Diffstat (limited to 'include/encryption_functions.h')
-rw-r--r--include/encryption_functions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/encryption_functions.h b/include/encryption_functions.h
index dc67d12..b70e8e6 100644
--- a/include/encryption_functions.h
+++ b/include/encryption_functions.h
@@ -3,11 +3,11 @@
#include <QString>
+#include <QVector>
#include <cstddef>
-#include <stdlib.h>
-#include <sstream>
#include <iomanip>
-#include <QVector>
+#include <sstream>
+#include <stdlib.h>
QString fanta_encrypt(QString p_input, unsigned int key);
QString fanta_decrypt(QString p_input, unsigned int key);