1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-11 16:20:46 +00:00
OSCAR-code/sleepyhead/Graphs/gspacer.cpp

14 lines
210 B
C++
Raw Normal View History

/*
graph spacer Implementation
Copyright (c)2013 Mark Watkins <jedimark@users.sourceforge.net>
License: GPL
*/
#include "gspacer.h"
gSpacer::gSpacer(int space)
:Layer(NoChannel)
{
m_space=space;
}