minor stuff
This commit is contained in:
parent
1790b15e0a
commit
b672bc50bb
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: MultLayers.hh,v 1.6 2003/07/20 18:05:40 rathnor Exp $
|
// $Id: MultLayers.hh,v 1.7 2004/07/15 09:52:57 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef FBTK_MULTLAYERS_HH
|
#ifndef FBTK_MULTLAYERS_HH
|
||||||
#define FBTK_MULTLAYERS_HH
|
#define FBTK_MULTLAYERS_HH
|
||||||
|
@ -34,8 +34,8 @@ class XLayer;
|
||||||
|
|
||||||
class MultLayers {
|
class MultLayers {
|
||||||
public:
|
public:
|
||||||
MultLayers(int numlayers);
|
explicit MultLayers(int numlayers);
|
||||||
~MultLayers();
|
virtual ~MultLayers();
|
||||||
XLayerItem *getLowestItemAboveLayer(int layernum);
|
XLayerItem *getLowestItemAboveLayer(int layernum);
|
||||||
|
|
||||||
/// if there are none below, it will return null
|
/// if there are none below, it will return null
|
||||||
|
|
Loading…
Reference in a new issue