Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Include/
H A Daction.h59 truth InDNDMode() const { return Flags & IN_DND_MODE; } in InDNDMode()
60 void ActivateInDNDMode() { Flags |= IN_DND_MODE; } in ActivateInDNDMode()
H A Divandef.h925 #define IN_DND_MODE 1 macro