index
:
cheats.git
Some ancient cheats I don't use anymore.
log msg
author
committer
range
master
summary
refs
log
tree
commit
diff
path:
root
/
aoe2hd
/
include
/
utils.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'aoe2hd/include/utils.h')
-rwxr-xr-x
aoe2hd/include/utils.h
13
1 files changed, 13 insertions, 0 deletions
diff --git a/aoe2hd/include/utils.h b/aoe2hd/include/utils.h
new file mode 100755
index 0000000..1d71b90
--- /dev/null
+++ b/
aoe2hd/include/utils.h
@@ -0,0 +1,13 @@
+#ifndef UTILS_H
+#define UTILS_H
+
+#include <vector>
+#include <string>
+
+
+namespace utils
+{
+std::string convertBinToHexstr(const std::vector<unsigned char>& bin);
+};
+
+#endif // UTILS_H