nettyping.h
00001 #ifndef NETTYPING_H
00002 #define NETTYPING_H
00003
00004
00005
00006
00007
00008
00009
00010 #include "colors.h"
00011
00012 #ifndef Version
00013 #define Version "1.0.0"
00014 #endif
00015
00016 enum {
00017 HideCursorMsec = 3000,
00018
00019 TitleSize = 48,
00020 NormalSize = 32,
00021 SmallSize = 28,
00022 MiniSize = 23,
00023 TinySize = 18,
00024
00025 Fore = Black,
00026 Normal = Black,
00027 Focused = 0x0000cc00,
00028 Back = Gray11,
00029
00030 UserNameLength = 10,
00031 UserMax = 7,
00032
00033 LineWidth = 2,
00034
00035 Pink = 0xffc0cbff,
00036
00037 DefaultPort = 57577,
00038 HandleUsersMax = 8,
00039 };
00040
00041 #endif
00042