Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-17 14:19:18 +0000
committerStijn Buys <ingar@osirion.org>2008-07-17 14:19:18 +0000
commitae65ef53fc8b70ebee3b43bb06ecd091aaae2a26 (patch)
treed8a2a253314e0bab54edc9ee829aee819a7860bd /src/core/clientstate.h
parenteb075660e7cb61b138c2da337115c59857f89e17 (diff)
engine sounds
Diffstat (limited to 'src/core/clientstate.h')
-rw-r--r--src/core/clientstate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/clientstate.h b/src/core/clientstate.h
index 6cd283d..87dd1d7 100644
--- a/src/core/clientstate.h
+++ b/src/core/clientstate.h
@@ -49,6 +49,9 @@ public:
/// assign the content of an entity
void assign(Entity *entity);
+ /// clear attached sounds
+ void clearsound();
+
math::Vector3f state_location;
math::Axis state_axis;
@@ -62,6 +65,8 @@ public:
bool state_targetable;
float state_fuzz;
+
+ size_t state_enginesound;
};
}