yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
assembly_editor.cc File Reference
#include "assembly_editor.h"
#include <fstream>
#include <string>
#include <vector>
#include "absl/strings/str_cat.h"
#include "absl/strings/match.h"
#include "util/file_util.h"
#include "app/gui/icons.h"
#include "app/gui/ui_helpers.h"
#include "app/gui/modules/text_editor.h"

Go to the source code of this file.

Namespaces

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

Functions

TextEditor::LanguageDefinition yaze::editor::anonymous_namespace{assembly_editor.cc}::GetAssemblyLanguageDef ()
 
std::vector< std::string > yaze::editor::anonymous_namespace{assembly_editor.cc}::RemoveIgnoredFiles (const std::vector< std::string > &files, const std::vector< std::string > &ignored_files)
 
FolderItem yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder (const std::string &folder)