]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/state.h
Add Dropdown widget
[libs/gltk.git] / source / state.h
index 6cbe152ead5fdbd41a230b1cf668b2c5f9c9bad8..8e29ab063dde7cad948514005ff561f3e986a02a 100644 (file)
@@ -1,8 +1,15 @@
+/* $Id$
+
+This file is part of libmspgltk
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GLTK_STATE_H_
 #define MSP_GLTK_STATE_H_
 
 #include <istream>
-#include <msp/parser/value.h>
+#include <msp/datafile/value.h>
 
 namespace Msp {
 namespace GLtk {
@@ -19,13 +26,6 @@ enum State
 extern std::istream &operator>>(std::istream &, State &);
 
 } // namespace GLtk
-
-namespace Parser {
-
-template<>
-struct TypeResolver<GLtk::State> { static const Value::Type type=Value::ENUM; };
-
-} // namespace Parser
 } // namespace Msp
 
 #endif