From f776df6076725d14679b31168e3ede53c966182e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 31 Oct 2017 22:11:18 +0000 Subject: renaming base folder --- yage/base/resourcemanager.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 yage/base/resourcemanager.cpp (limited to 'yage/base/resourcemanager.cpp') diff --git a/yage/base/resourcemanager.cpp b/yage/base/resourcemanager.cpp deleted file mode 100644 index f3f9aa20..00000000 --- a/yage/base/resourcemanager.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/* ---------------------------------------------------------------------------- - * resourcemanager.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave -- MIT License - * See file LICENSE for more details - * ---------------------------------------------------------------------------- - */ - -#include - -namespace yage -{ - -TextureCache ResourceManager::texture_cache_; - -Texture ResourceManager::getTexture(const std::string &texture_path) -{ - return texture_cache_.getTexture(texture_path); -} - -} // namespace yage -- cgit