From 695e307eb3107dc9d511ab27760ba46d6916b347 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 4 Dec 2002 08:50:45 +0000 Subject: "" svn path=/trunk/; revision=274 --- externals/grill/flext/source/flsupport.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/flext/source/flsupport.h') diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index d8dce68d..022aaae9 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -121,6 +121,8 @@ public: static t_atom *CopyList(int argc,const t_atom *argv); //! Copy a memory region static void CopyMem(void *dst,const void *src,int bytes); + //! Zero a memory region + static void ZeroMem(void *dst,int bytes); //! Sleep for an amount of time static void Sleep(float s); -- cgit v1.2.1