More NoCopy.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5944 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
aef6a4024c
commit
0084cd6a33
@ -3,6 +3,7 @@
|
||||
|
||||
#include "input/input_device.hpp"
|
||||
#include "config/device_config.hpp"
|
||||
#include "utils/no_copy.hpp"
|
||||
#include "utils/ptr_vector.hpp"
|
||||
|
||||
enum PlayerAssignMode
|
||||
@ -27,7 +28,7 @@ enum PlayerAssignMode
|
||||
*
|
||||
* \ingroup input
|
||||
*/
|
||||
class DeviceManager
|
||||
class DeviceManager: public NoCopy
|
||||
{
|
||||
private:
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "input/input_manager.hpp"
|
||||
#include "io/xml_node.hpp"
|
||||
#include "states_screens/state_manager.hpp"
|
||||
|
||||
#include "utils/no_copy.hpp"
|
||||
/**
|
||||
* \brief Input device type
|
||||
* \ingroup input
|
||||
@ -25,7 +25,7 @@ enum DeviceType
|
||||
* \brief base class for input devices
|
||||
* \ingroup input
|
||||
*/
|
||||
class InputDevice
|
||||
class InputDevice: public NoCopy
|
||||
{
|
||||
friend class DeviceManager;
|
||||
protected:
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "guiengine/event_handler.hpp"
|
||||
#include "input/input.hpp"
|
||||
#include "utils/no_copy.hpp"
|
||||
|
||||
class DeviceManager;
|
||||
|
||||
@ -34,7 +35,7 @@ class DeviceManager;
|
||||
* \brief Class to handle input.
|
||||
* \ingroup input
|
||||
*/
|
||||
class InputManager
|
||||
class InputManager: public NoCopy
|
||||
{
|
||||
public:
|
||||
enum InputDriverMode
|
||||
|
Loading…
x
Reference in New Issue
Block a user