GameKit
0.0.1a
C++ gamedev tools
include
gk
scene
behaviour
Behaviour.hpp
Go to the documentation of this file.
1
/*
2
* =====================================================================================
3
*
4
* Filename: Behaviour.hpp
5
*
6
* Description:
7
*
8
* Created: 19/01/2018 03:44:41
9
*
10
* Author: Quentin Bazin, <quent42340@gmail.com>
11
*
12
* =====================================================================================
13
*/
14
#ifndef GK_BEHAVIOUR_HPP_
15
#define GK_BEHAVIOUR_HPP_
16
17
#include "
gk/scene/SceneObject.hpp
"
18
19
namespace
gk
{
20
21
class
Behaviour
{
22
public
:
23
virtual
void
update
(
SceneObject
&
object
) = 0;
24
};
25
26
}
// namespace gk
27
28
#endif // GK_BEHAVIOUR_HPP_
gk
Definition:
AudioPlayer.hpp:21
gk::Behaviour
Definition:
Behaviour.hpp:21
SceneObject.hpp
gk::Behaviour::update
virtual void update(SceneObject &object)=0
gk::SceneObject
Definition:
SceneObject.hpp:25
Generated by
1.8.12