Added code to calculate the MD5 sum of a file. To be used for avatars.

This commit is contained in:
lotodore
2007-09-08 13:38:06 +00:00
parent d0898ed336
commit 2f1e371e4f
3 changed files with 170 additions and 1 deletions
+2 -1
View File
@@ -43,8 +43,8 @@ HEADERS += \
src/playerdata.h \
src/gamedata.h \
src/config/configfile.h \
src/core/rand.h \
src/core/thread.h \
src/core/crypthelper.h \
src/engine/boardinterface.h \
src/engine/enginefactory.h \
src/engine/handinterface.h \
@@ -105,6 +105,7 @@ SOURCES += \
src/engine/berointerface.cpp \
src/gui/guiinterface.cpp \
src/core/common/thread.cpp \
src/core/common/crypthelper.cpp \
src/core/tinyxml/tinystr.cpp \
src/core/tinyxml/tinyxml.cpp \
src/core/tinyxml/tinyxmlerror.cpp \