Useful comment.

This commit is contained in:
Malcolm Tyrrell
2020-06-24 11:51:03 +01:00
parent edaa8e4a80
commit 170c00eee7

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);
}