summaryrefslogtreecommitdiff
path: root/src/particle.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-09-20 20:31:24 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-09-20 20:31:24 +0000
commit9cfafa755012bfd68c661996ddaea76e2e265f81 (patch)
tree1fe3ce4840a519ac38b302d0036741824fcce280 /src/particle.cpp
parent21f741eea2caa062267bd1f8f5055ab622261950 (diff)
downloadmana-client-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.gz
mana-client-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.bz2
mana-client-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.xz
mana-client-9cfafa755012bfd68c661996ddaea76e2e265f81.zip
Fixed some compilation warning.
Diffstat (limited to 'src/particle.cpp')
-rw-r--r--src/particle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/particle.cpp b/src/particle.cpp
index 148bbf6f..cdd6af41 100644
--- a/src/particle.cpp
+++ b/src/particle.cpp
@@ -81,6 +81,8 @@ Particle::setupEngine()
logger->log("Particle engine set up");
}
+void Particle::draw(Graphics *, int, int) const {}
+
bool
Particle::update()
{