Squashed 'deps/nostalgia/' changes from 1cc1d561..ff666eda
ff666eda [studio] Make NewMenu default Name field to focus when it appears 0d8b82ba [studio] Cleanup 5598dfdd [nostalgia/player] Update hardcoded tilesheet refs to new file ext 6ef462ad [keel] Add clearer Error handling 9511cb57 [studio] Fix prev tracking git-subtree-dir: deps/nostalgia git-subtree-split: ff666eda9b20181135e163b0553a70101c196589
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ox/std/memory.hpp>
|
||||
#include <ox/std/string.hpp>
|
||||
|
||||
#include <turbine/context.hpp>
|
||||
|
||||
#include <studio/filetreemodel.hpp>
|
||||
|
||||
namespace studio {
|
||||
|
||||
}
|
@@ -2,7 +2,6 @@ add_library(
|
||||
Studio
|
||||
configio.cpp
|
||||
editor.cpp
|
||||
projectfilepicker.cpp
|
||||
filetreemodel.cpp
|
||||
imguiutil.cpp
|
||||
module.cpp
|
||||
|
@@ -1,18 +0,0 @@
|
||||
/*
|
||||
* Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
||||
*/
|
||||
|
||||
#include <studio/filetreemodel.hpp>
|
||||
#include <studio/projectfilepicker.hpp>
|
||||
|
||||
namespace studio {
|
||||
|
||||
class ProjectFilePicker: public FileExplorer {
|
||||
|
||||
public:
|
||||
explicit ProjectFilePicker(keel::Context &kctx) noexcept: FileExplorer{kctx} {}
|
||||
|
||||
protected:
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user