backend-infra-engineer: Release v0.3.3 snapshot
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
#include <memory>
|
||||
|
||||
#include "absl/status/status.h"
|
||||
#include "app/platform/window.h"
|
||||
#include "app/rom.h"
|
||||
#include "app/editor/editor_manager.h"
|
||||
#include "app/gfx/backend/irenderer.h"
|
||||
#include "app/platform/window.h"
|
||||
#include "app/rom.h"
|
||||
|
||||
int main(int argc, char** argv);
|
||||
|
||||
@@ -29,9 +29,10 @@ class Controller {
|
||||
absl::Status OnLoad();
|
||||
void DoRender() const;
|
||||
void OnExit();
|
||||
|
||||
|
||||
// Set startup editor and cards from command-line flags
|
||||
void SetStartupEditor(const std::string& editor_name, const std::string& cards);
|
||||
void SetStartupEditor(const std::string& editor_name,
|
||||
const std::string& cards);
|
||||
|
||||
auto window() -> SDL_Window* { return window_.window_.get(); }
|
||||
void set_active(bool active) { active_ = active; }
|
||||
|
||||
Reference in New Issue
Block a user