aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/henon_map_msg.cpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-12-27 22:55:41 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:58 +0200
commit6963657b3f3ee4321394953a2cc67cd7386cce2d (patch)
tree3ded4ec93a8843b9f990848a49afb9b514ec6a3e /chaos/src/henon_map_msg.cpp
parentb2f2fd990f9059db784a7849726c6fc5006c70f9 (diff)
additions and better code reuse
svn path=/trunk/externals/tb/; revision=2433
Diffstat (limited to 'chaos/src/henon_map_msg.cpp')
-rw-r--r--chaos/src/henon_map_msg.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/chaos/src/henon_map_msg.cpp b/chaos/src/henon_map_msg.cpp
index 10849fd..22cddde 100644
--- a/chaos/src/henon_map_msg.cpp
+++ b/chaos/src/henon_map_msg.cpp
@@ -21,14 +21,4 @@
#include "henon_map.hpp"
#include "chaos_msg.hpp"
-class henon_msg:
- public chaos_msg<henon>
-{
- CHAOS_MSG_INIT(henon, HENON_ATTRIBUTES);
-
- HENON_CALLBACKS;
-};
-
-
-
-FLEXT_LIB_V("henon", henon_msg);
+CHAOS_MSG_CLASS_NAME(henon, HENON, "henon");