grid-snapper.h revision bb0e337c0688f02d4b8686cf499068117cd021ef
#ifndef SEEN_GRID_SNAPPER_H
#define SEEN_GRID_SNAPPER_H
/**
* \file grid-snapper.h
* \brief Snapping things to grids.
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
* Frank Felfe <innerspace@iname.com>
* Carl Hetherington <inkscape@carlh.net>
*
* Copyright (C) 1999-2002 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "line-snapper.h"
{
/// Snap to grid
{
};
}
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :