aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/pool/main.cpp')
-rw-r--r--externals/grill/pool/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/pool/main.cpp b/externals/grill/pool/main.cpp
index 5d0cef10..c8297e9c 100644
--- a/externals/grill/pool/main.cpp
+++ b/externals/grill/pool/main.cpp
@@ -10,6 +10,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include "pool.h"
+#define POOL_VERSION "0.1.0"
+
class pool:
public flext_base
{
@@ -189,6 +191,8 @@ pool::pool(I argc,const A *argv):
AddOutList();
AddOutAnything();
+ FLEXT_ADDMETHOD_(0,"pool",m_pool);
+
FLEXT_ADDMETHOD_(0,"set",m_set);
FLEXT_ADDMETHOD_(0,"add",m_add);
FLEXT_ADDMETHOD_(0,"reset",m_reset);