Update imconfig.h

This commit is contained in:
0TheSpy 2022-11-14 18:29:08 +03:00 committed by GitHub
parent 4359d4e4b7
commit 406f382879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,12 @@
#pragma once
//#define OLDSTYLE
//---- Define assertion handler. Defaults to calling assert().
// If your macro uses multiple statements, make sure is enclosed in a 'do { .. } while (0)' block so it can be used as a single statement.
//#define IM_ASSERT(_EXPR) MyAssert(_EXPR)