|
// Copyright (C) 2012 Jérôme Leclercq
|
|
// This file is part of the "Nazara Engine - 3D Module"
|
|
// For conditions of distribution and use, see copyright notice in Config.hpp
|
|
|
|
#include <Nazara/3D/SceneNode.hpp>
|
|
#include <Nazara/3D/Debug.hpp>
|
|
|
|
NzSceneNode::~NzSceneNode() = default;
|