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