]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Added a class for Hotspots to avoid using several arrays
[lugaru.git] / CMakeLists.txt
index c1a3e6b5030f7255f214ef47c56e7b237e9c0188..0d3af5b9468c5210f390af30aaee4f894d53b3fa 100644 (file)
@@ -47,6 +47,7 @@ set(LUGARU_SRCS
     ${SRCDIR}/Account.cpp
     ${SRCDIR}/ConsoleCmds.cpp
     ${SRCDIR}/Dialog.cpp
+    ${SRCDIR}/Hotspot.cpp
     ${SRCDIR}/Game.cpp
     ${SRCDIR}/GameDraw.cpp
     ${SRCDIR}/GameInitDispose.cpp
@@ -86,6 +87,7 @@ set(LUGARU_H
     ${SRCDIR}/Account.h
     ${SRCDIR}/ConsoleCmds.h
     ${SRCDIR}/Dialog.h
+    ${SRCDIR}/Hotspot.h
     ${SRCDIR}/Game.h
     ${SRCDIR}/Lights.h
     ${SRCDIR}/Menu.h