yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
hack_workflow_backend_factory.cc File Reference
#include "app/editor/hack/workflow/hack_workflow_backend_factory.h"
#include <algorithm>
#include <cctype>
#include <memory>
#include <string>
#include "app/editor/hack/workflow/manifest_only_hack_workflow_backend.h"
#include "app/editor/oracle/oracle_hack_workflow_backend.h"
#include "core/project.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::workflow
 
namespace  yaze::editor::workflow::anonymous_namespace{hack_workflow_backend_factory.cc}
 

Functions

bool yaze::editor::workflow::anonymous_namespace{hack_workflow_backend_factory.cc}::ContainsIgnoreCase (const std::string &haystack, const std::string &needle)
 
bool yaze::editor::workflow::anonymous_namespace{hack_workflow_backend_factory.cc}::LooksLikeOracleProject (const project::YazeProject *project)
 
std::unique_ptr< HackWorkflowBackendyaze::editor::workflow::CreateHackWorkflowBackendForProject (const project::YazeProject *project)