mirror of
https://github.com/0TheSpy/Seaside.git
synced 2024-12-23 00:27:23 +08:00
Update imconfig.h
This commit is contained in:
parent
4359d4e4b7
commit
406f382879
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user