From d3708205163f784343733661d9fa01ff14f8b751 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 15 Dec 2012 21:48:21 +0000 Subject: Write forward declarations for all types and functions for mutual and/or nested recursion. git-svn-id: http://svn.drobilla.net/resp/trunk@440 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/resp.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/resp.hpp') diff --git a/src/resp.hpp b/src/resp.hpp index d56b5ae..494241b 100644 --- a/src/resp.hpp +++ b/src/resp.hpp @@ -679,6 +679,11 @@ struct Engine { typedef const vector CVals; + virtual CFunc compileProt(CEnv& cenv, + const std::string& name, + const ATuple* args, + const ATuple* type) = 0; + virtual CFunc startFn(CEnv& cenv, const std::string& name, const ATuple* args, -- cgit v1.2.1