mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
Add clipboard support
This commit is contained in:
@@ -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
Submodule hecl updated: 5ff76ea78b...4212160342
Submodule libSpecter updated: 30499d2ddf...baff6525ef
Reference in New Issue
Block a user