15 lines
471 B
C
15 lines
471 B
C
#ifndef __UIGUILDWINDOW_DEFINE_H__
|
|
#define __UIGUILDWINDOW_DEFINE_H__
|
|
//------------------------------------------------------------------------------
|
|
|
|
#define SHOW_DEFAULT_NOTICE_LINE 6
|
|
|
|
|
|
const DWORD c_dwGuildWindowListColor = WzColor_RGBA (152, 206, 142, 160);
|
|
const DWORD c_dwGuildWindowListTabColor = WzColor_RGBA (255, 162, 38, 160);
|
|
|
|
//------------------------------------------------------------------------------
|
|
#endif // __UIGUILDWINDOW_DEFINE_H__
|
|
|
|
|