From 8f964bb27dcac5d0620e0dfab211a4bc51cbd707 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 23 Sep 2014 20:27:08 +0200 Subject: Move main loop to a new class --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 91e5b5f..71fc6e2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -5,6 +5,7 @@ add_executable(rpgedit rpgedit.cpp control/ImageLoader.cpp control/MapContext.cpp + control/RPGEdit.cpp model/Map.cpp view/MapView.cpp ) -- cgit v1.2.3