Home
last modified time | relevance | path

Searched refs:FLAGS_DCCNOTICE (Results 1 – 1 of 1) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h332 #define FLAGS_DCCNOTICE 0x2000000 /* Has the user seen a notice on how to use DCCALLOW already? */ macro
489 #define IsDCCNotice(x) ((x)->flags & FLAGS_DCCNOTICE)
490 #define SetDCCNotice(x) do { x->flags |= FLAGS_DCCNOTICE; } while(0)