Useful comment.

pull/3297/head
Malcolm Tyrrell 2020-06-24 11:51:03 +01:00
parent edaa8e4a80
commit 170c00eee7
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
namespace Assimp
{
// Assert violation behavior can be customized: see AssertHandler.h.
void aiAssertViolation(const char* failedExpression, const char* file, int line);
}