]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/geometry.h
Style and comment updates
[libs/gltk.git] / source / geometry.h
index fac3bbc7a506ea9cde32a37fad8a5e50618d562a..cb99cedecb8d6198e89bc869c633eb9a07d55f22 100644 (file)
@@ -19,6 +19,7 @@ struct MSPGLTK_API Geometry
 
        Geometry() = default;
        Geometry(int x_, int y_, unsigned w_, unsigned h_): x(x_), y(y_), w(w_), h(h_) { }
+
        bool is_inside(int, int) const;
        bool is_inside_relative(int, int) const;
 };