]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/resources.h
Fix a crash if the linear program contains an empty column
[libs/gltk.git] / source / resources.h
index c61d38abdffac50070c6019add97cbcdbbcf5617..52da3952916fb780cb873716d30f9381b86824d1 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_
 
@@ -43,7 +36,11 @@ public:
        };
 
        Resources();
+       Resources(const FS::Path &);
+private:
+       void init();
 
+public:
        void set_path(const FS::Path &);
        const GL::Font &get_default_font() const;
 private: