Files
triton/python/src/exceptions.h

7 lines
107 B
C
Raw Normal View History

2015-05-01 11:29:39 -04:00
#ifndef ISAAC_PYTHON_EXCEPTIONS_HPP
#define ISAAC_PYTHON_EXCEPTIONS_HPP
void export_exceptions();
#endif