mirror of https://github.com/AxioDL/metaforce.git
Add clipboard support
This commit is contained in:
parent
731bf406a1
commit
5c472c8096
|
@ -3,18 +3,11 @@ add_subdirectory(locale)
|
|||
|
||||
atdna(atdna_Space.cpp Space.hpp)
|
||||
|
||||
set(SPACE_HEADERS
|
||||
SplashScreen/SplashScreen.hpp
|
||||
ResourceOutliner/ResourceOutliner.hpp)
|
||||
|
||||
set(SPACE_SOURCES
|
||||
SplashScreen/SplashScreen.cpp
|
||||
ResourceOutliner/ResourceOutliner.cpp)
|
||||
|
||||
add_executable(rude WIN32
|
||||
main.cpp
|
||||
Space.hpp Space.cpp atdna_Space.cpp
|
||||
${SPACE_HEADERS} ${SPACE_SOURCES}
|
||||
SplashScreen.hpp SplashScreen.cpp
|
||||
ResourceOutliner.hpp ResourceOutliner.cpp
|
||||
ProjectManager.hpp ProjectManager.cpp
|
||||
ViewManager.hpp ViewManager.cpp)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "ViewManager.hpp"
|
||||
#include "Specter/Control.hpp"
|
||||
#include "Specter/Space.hpp"
|
||||
#include "SplashScreen/SplashScreen.hpp"
|
||||
#include "SplashScreen.hpp"
|
||||
|
||||
using YAMLNode = Athena::io::YAMLNode;
|
||||
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 5ff76ea78b2ec75d01241cf4726cc5bdab4613af
|
||||
Subproject commit 4212160342a80de065af7e757f0846a974161de3
|
|
@ -1 +1 @@
|
|||
Subproject commit 30499d2ddfed030c7ce4c091277813b59854a3b6
|
||||
Subproject commit baff6525ef06c14e55c82e43a3525f326488e5e5
|
Loading…
Reference in New Issue