override Scene.cpp; Move common menu/scene to new file; Cleanup
Closes #50 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
18a88ded9a
commit
5a652907c7
13 changed files with 515 additions and 95 deletions
|
@ -80,6 +80,7 @@ include ../../dpf/Makefile.base.mk
|
|||
# Files to build (DPF stuff)
|
||||
|
||||
FILES_DSP = CardinalPlugin.cpp
|
||||
FILES_DSP += CardinalCommon.cpp
|
||||
FILES_DSP += common.cpp
|
||||
|
||||
ifeq ($(HEADLESS),true)
|
||||
|
@ -87,7 +88,6 @@ FILES_DSP += RemoteNanoVG.cpp
|
|||
FILES_DSP += RemoteWindow.cpp
|
||||
else
|
||||
FILES_UI = CardinalUI.cpp
|
||||
FILES_UI += MenuBar.cpp
|
||||
FILES_UI += Window.cpp
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue