13 lines
272 B
C++
13 lines
272 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_backward_module();
|
|
void finalize_backward_module();
|
|
}
|
|
}
|