/* Copyright (c) 2015 Daniel Selsam. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Daniel Selsam */ #pragma once namespace lean { namespace blast { void initialize_forward_module(); void finalize_forward_module(); } }