7 lines
107 B
C
7 lines
107 B
C
#ifndef ISAAC_PYTHON_EXCEPTIONS_HPP
|
|
#define ISAAC_PYTHON_EXCEPTIONS_HPP
|
|
|
|
void export_exceptions();
|
|
|
|
#endif
|