aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/henon_map_msg.cpp
diff options
context:
space:
mode:
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");