summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am2
-rw-r--r--tmw.cbp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ce00c1b9..75040d02 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -253,6 +253,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \
resources/resource.h \
resources/resourcemanager.cpp \
resources/resourcemanager.h \
+ resources/sdlrescalefacility.h \
+ resources/sdlrescalefacility.cpp \
resources/soundeffect.h \
resources/soundeffect.cpp \
resources/spritedef.h \
diff --git a/tmw.cbp b/tmw.cbp
index c41e6f1d..46c3aef2 100644
--- a/tmw.cbp
+++ b/tmw.cbp
@@ -967,6 +967,8 @@
<Unit filename="src/resources/resource.h" />
<Unit filename="src/resources/resourcemanager.cpp" />
<Unit filename="src/resources/resourcemanager.h" />
+ <Unit filename="src/resources/sdlrescalefacility.cpp" />
+ <Unit filename="src/resources/sdlrescalefacility.h" />
<Unit filename="src/resources/soundeffect.cpp" />
<Unit filename="src/resources/soundeffect.h" />
<Unit filename="src/resources/spritedef.cpp" />