mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-04 00:23:31 +08:00
Add files via upload
This commit is contained in:
parent
7de4aad737
commit
4a1604d273
@ -16,10 +16,6 @@
|
||||
|
||||
//#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)
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifdef OLDSTYLE
|
||||
const ImU32 colWhite = 0xFFC1C1C1; const ImU32 colBlack = 0xFF585858; const ImU32 colWhiteText = 0xFFD9D9D9;
|
||||
#else
|
||||
const ImU32 colWhite = 0x99C1C1C1; const ImU32 colBlack = 0x99585858; const ImU32 colWhiteText = 0x99D9D9D9;
|
||||
const ImU32 colWhite = 0xB2C1C1C1; const ImU32 colBlack = 0xB2585858; const ImU32 colWhiteText = 0xB2D9D9D9;
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user