]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Cleaned up dialog handling using a Dialog class
[lugaru.git] / CMakeLists.txt
index 3f11cf90706d9257de6db47e61689f4236b93015..c59fa3fa7a3636bf03905fe13142fdab06b76f06 100644 (file)
@@ -36,6 +36,7 @@ set(LUGARU_SRCS
     ${SRCDIR}/Frustum.cpp
     ${SRCDIR}/Account.cpp
     ${SRCDIR}/ConsoleCmds.cpp
+    ${SRCDIR}/Dialog.cpp
     ${SRCDIR}/Game.cpp
     ${SRCDIR}/GameDraw.cpp
     ${SRCDIR}/GameInitDispose.cpp
@@ -71,6 +72,7 @@ set(LUGARU_H
     ${SRCDIR}/Frustum.h
     ${SRCDIR}/Account.h
     ${SRCDIR}/ConsoleCmds.h
+    ${SRCDIR}/Dialog.h
     ${SRCDIR}/Game.h
     ${SRCDIR}/Lights.h
     ${SRCDIR}/Menu.h