yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::ResourceManager Class Reference

#include <resource_manager.h>

Public Member Functions

 ResourceManager ()
 
 ~ResourceManager ()
 
void Load (const char *path)
 
void Unload (const char *path)
 
void UnloadAll ()
 
size_t Count () const
 

Private Attributes

size_t count_
 

Detailed Description

Definition at line 11 of file resource_manager.h.

Constructor & Destructor Documentation

◆ ResourceManager()

yaze::app::editor::ResourceManager::ResourceManager ( )

◆ ~ResourceManager()

yaze::app::editor::ResourceManager::~ResourceManager ( )

Member Function Documentation

◆ Load()

void yaze::app::editor::ResourceManager::Load ( const char * path)

◆ Unload()

void yaze::app::editor::ResourceManager::Unload ( const char * path)

◆ UnloadAll()

void yaze::app::editor::ResourceManager::UnloadAll ( )

◆ Count()

size_t yaze::app::editor::ResourceManager::Count ( ) const

Member Data Documentation

◆ count_

size_t yaze::app::editor::ResourceManager::count_
private

Definition at line 23 of file resource_manager.h.


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