/* ** EPITECH PROJECT, 2022 ** RTYPE ** File description: ** Server */ #include "AssetLoader.hpp" namespace asset { AssetLoader &AssetLoader::getInstance() { static AssetLoader _Instance; return _Instance; } }; // namespace asset
Updated on 2022-11-13 at 17:21:37 +0100
Last updated 2 years ago