Browse Source

🚚 Move dx.cpp and sound.cpp back in to Source now that the name space is clean

pull/1456/head
Anders Jenbo 5 years ago
parent
commit
dc84643fe6
  1. 4
      CMakeLists.txt
  2. 0
      Source/dx.cpp
  3. 0
      Source/sound.cpp

4
CMakeLists.txt

@ -229,6 +229,7 @@ add_library(devilution STATIC
Source/drlg_l2.cpp
Source/drlg_l3.cpp
Source/drlg_l4.cpp
Source/dx.cpp
Source/dthread.cpp
Source/effects.cpp
Source/encrypt.cpp
@ -271,6 +272,7 @@ add_library(devilution STATIC
Source/scrollrt.cpp
Source/setmaps.cpp
Source/sha.cpp
Source/sound.cpp
Source/spelldat.cpp
Source/spells.cpp
Source/stores.cpp
@ -285,7 +287,6 @@ add_library(devilution STATIC
set(devilutionx_SRCS
SourceX/qol.cpp
SourceX/dx.cpp
SourceX/controls/devices/game_controller.cpp
SourceX/controls/devices/joystick.cpp
SourceX/controls/devices/kbcontroller.cpp
@ -300,7 +301,6 @@ set(devilutionx_SRCS
SourceX/display.cpp
SourceX/miniwin/misc_msg.cpp
SourceX/thread.cpp
SourceX/sound.cpp
SourceX/soundsample.cpp
SourceX/storm_sdl_rw.cpp
SourceX/storm/storm.cpp

0
SourceX/dx.cpp → Source/dx.cpp

0
SourceX/sound.cpp → Source/sound.cpp

Loading…
Cancel
Save