]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/resources.h
Remove file lookup from Resources since a better mechanism exists now
[libs/gltk.git] / source / resources.h
index c61d38abdffac50070c6019add97cbcdbbcf5617..d183fc6c1cd2b94ac03f9401688e13240a27464e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_RESOURCES_H_
 #define MSP_GLTK_RESOURCES_H_
 
@@ -42,13 +35,10 @@ public:
                void style(const std::string &);
        };
 
+public:
        Resources();
 
-       void set_path(const FS::Path &);
        const GL::Font &get_default_font() const;
-private:
-       GL::Font *create_font(const std::string &);
-       GL::Texture2D *create_texture(const std::string &);
 };
 
 } // namespace GLtk