]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/resources.h
Reorder class members
[libs/gltk.git] / source / resources.h
index 3d39393bac979b144f54d152d73dc69563355c5e..8fb2185448b7d20c291b07e3560486a75660e779 100644 (file)
@@ -1,3 +1,10 @@
+/* $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_
 
 namespace Msp {
 namespace GLtk {
 
+/**
+Stores resources such as styles and graphics.  All widgets require a Resources
+instance in constructor.
+*/
 class Resources: public DataFile::Collection
 {
 private: