lean2/src/library/blast/init_module.h
2015-09-25 12:45:16 -07:00

12 lines
259 B
C++

/*
Copyright (c) 2015 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#pragma once
namespace lean {
void initialize_blast_module();
void finalize_blast_module();
}