X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstate.h;h=8e29ab063dde7cad948514005ff561f3e986a02a;hb=1fde94c15fc65e85f5931a9daf74dd8806e682e0;hp=6cbe152ead5fdbd41a230b1cf668b2c5f9c9bad8;hpb=c1f038acb91eb3bfaa34dfd4729d19ed3f871a42;p=libs%2Fgltk.git diff --git a/source/state.h b/source/state.h index 6cbe152..8e29ab0 100644 --- a/source/state.h +++ b/source/state.h @@ -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 -#include +#include namespace Msp { namespace GLtk { @@ -19,13 +26,6 @@ enum State extern std::istream &operator>>(std::istream &, State &); } // namespace GLtk - -namespace Parser { - -template<> -struct TypeResolver { static const Value::Type type=Value::ENUM; }; - -} // namespace Parser } // namespace Msp #endif