#ifndef Incremental_h
#pragma once
#define Incremental_h
#define DECLARE_INIT_FUNCTION(USER_INIT_FUNCTION) \
static void USER_INIT_FUNCTION (); static void initfn () { USER_INIT_FUNCTION (); }
#else
#error Incremental.h was not the first file included in this module
#endif
