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:
parent
372e82374b
commit
42581e1719
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user