From 4985ae92eea0eb7609a2449d7e147f69b7134b50 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 2 Dec 2002 17:32:50 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=265 --- externals/grill/flext/source/flsupport.h | 3 +++ 1 file changed, 3 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 04d447ed..d8dce68d 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -171,6 +171,9 @@ public: // --- atom stuff ---------------------------------------- + //! Set atom from another atom + static int GetType(const t_atom &a) { return a.a_type; } + //! Set atom from another atom static void SetAtom(t_atom &a,const t_atom &b) { CopyAtom(&a,&b); } -- cgit v1.2.1