Skip to content

Commit

Permalink
added a decrypter of wog resources
Browse files Browse the repository at this point in the history
  • Loading branch information
batarov committed Jun 6, 2013
1 parent 5adf4b5 commit 08d1219
Show file tree
Hide file tree
Showing 17 changed files with 1,273 additions and 33 deletions.
15 changes: 15 additions & 0 deletions src/extlibs/AES/AES.pro
@@ -0,0 +1,15 @@
QT -= core gui

TEMPLATE = lib
DESTDIR = ../libs

CONFIG += static

HEADERS += \
src/AES.h

SOURCES += \
src/AES.cpp

OTHER_FILES += \
src/Readme.txt

0 comments on commit 08d1219

Please sign in to comment.