Chira Engine
A customizable MIT-licensed game engine.
chira::IResourceProvider Class Referenceabstract
Inheritance diagram for chira::IResourceProvider:
Collaboration diagram for chira::IResourceProvider:

Public Member Functions

 IResourceProvider (std::string name)
 
std::string_view getName () const
 
virtual bool hasResource (std::string_view name) const =0
 
virtual void compileResource (std::string_view name, Resource *resource) const =0
 

Protected Attributes

std::string providerName
 

Detailed Description

Definition at line 10 of file IResourceProvider.h.


The documentation for this class was generated from the following file: