1#ifndef YAZE_APP_EDITOR_SYSTEM_EXTENSION_MANAGER_H
2#define YAZE_APP_EDITOR_SYSTEM_EXTENSION_MANAGER_H
std::vector< yaze_extension * > extensions_
void LoadExtension(const std::string &filename, yaze_editor_context *context)
void RegisterExtension(yaze_extension *extension)
void InitializeExtensions(yaze_editor_context *context)
void ShutdownExtensions()
Editors are the view controllers for the application.
Main namespace for the application.
Extension interface for Yaze.