mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-07-18 16:57:51 +08:00
Update imconfig.h
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user