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
|
@ -88,6 +88,8 @@ BUILD_CXX_FLAGS += -DnsvgParseFromFile=nsvgParseFromFileCardinal
|
|||
|
||||
RACK_FILES += AsyncDialog.cpp
|
||||
RACK_FILES += override/Engine.cpp
|
||||
RACK_FILES += override/MenuBar.cpp
|
||||
RACK_FILES += override/Scene.cpp
|
||||
RACK_FILES += override/asset.cpp
|
||||
RACK_FILES += override/context.cpp
|
||||
RACK_FILES += override/dep.cpp
|
||||
|
@ -112,6 +114,7 @@ IGNORED_FILES += Rack/src/network.cpp
|
|||
IGNORED_FILES += Rack/src/rtaudio.cpp
|
||||
IGNORED_FILES += Rack/src/rtmidi.cpp
|
||||
IGNORED_FILES += Rack/src/app/MenuBar.cpp
|
||||
IGNORED_FILES += Rack/src/app/Scene.cpp
|
||||
IGNORED_FILES += Rack/src/engine/Engine.cpp
|
||||
IGNORED_FILES += Rack/src/window/Window.cpp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue