X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgeometry.h;h=1451a0633e23b5b1107b1ae39f91338820e170ce;hb=fa949807cca17c8c247e37a885e83b90c6176a21;hp=ed18e549d0519d40352fda49bfe0a6021805c800;hpb=d5cbd2d6a5dda7fdfea90484dabb363b9ab62b0c;p=libs%2Fgltk.git diff --git a/source/geometry.h b/source/geometry.h index ed18e54..1451a06 100644 --- a/source/geometry.h +++ b/source/geometry.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_GEOMETRY_H_ #define MSP_GLTK_GEOMETRY_H_ @@ -37,6 +30,9 @@ struct Sides { public: Loader(Sides &); + private: + void horizontal(unsigned); + void vertical(unsigned); }; unsigned top;