Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInputData.h179 NumFriendTypes enumerator
H A DInputData.cpp570 for (int i=0; i<NumFriendTypes; i++) { in TextToFriend()
579 if ((NewValue >= Friend_None)&&(NewValue < NumFriendTypes)) Friend = NewValue; in SetFriend()