X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstate.h;h=51d17b2bb758fa14e08186c815fc565612148373;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hp=7c2828aae0ab47f24b672fc368ef0dd8ceeedbd4;hpb=0af3c2393bd00f39db3bfaf5b78a7a44f0fd5ff1;p=libs%2Fgltk.git diff --git a/source/state.h b/source/state.h index 7c2828a..51d17b2 100644 --- a/source/state.h +++ b/source/state.h @@ -1,15 +1,9 @@ -/* $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 "mspgltk_api.h" namespace Msp { namespace GLtk { @@ -39,7 +33,7 @@ inline State operator&=(State &a, State b) inline State operator~(State a) { return static_cast(~static_cast(a)); } -extern std::istream &operator>>(std::istream &, State &); +MSPGLTK_API std::istream &operator>>(std::istream &, State &); } // namespace GLtk } // namespace Msp