Added more NoCopy.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5932 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-09-09 00:29:28 +00:00
parent 372e82374b
commit 42581e1719

View File

@ -20,6 +20,8 @@
#ifndef HEADER_SMOKE_HPP
#define HEADER_SMOKE_HPP
#include "utils/no_copy.hpp"
#include "irrlicht.h"
using namespace irr;
@ -29,7 +31,7 @@ class Kart;
* \brief manages smoke particle effects
* \ingroup graphics
*/
class Smoke
class Smoke : public NoCopy
{
private:
/** The kart to which this smoke belongs. */