refactor: JA_* a namespace Ja:: (estil aee_arcade)
This commit is contained in:
@@ -16,8 +16,8 @@ namespace Resource {
|
||||
static void destroy(); // Destrucción singleton
|
||||
static auto get() -> Cache*; // Acceso al singleton
|
||||
|
||||
auto getSound(const std::string& name) -> JA_Sound_t*; // Getters de recursos
|
||||
auto getMusic(const std::string& name) -> JA_Music_t*;
|
||||
auto getSound(const std::string& name) -> Ja::Sound*; // Getters de recursos
|
||||
auto getMusic(const std::string& name) -> Ja::Music*;
|
||||
auto getSurface(const std::string& name) -> std::shared_ptr<Surface>;
|
||||
auto getPalette(const std::string& name) -> Palette;
|
||||
auto getTextFile(const std::string& name) -> std::shared_ptr<Text::File>;
|
||||
|
||||
Reference in New Issue
Block a user