lean2/src/library/blast/forward/init_module.h

13 lines
270 B
C++

/*
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();
}
}