Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DLaptop.h28 void CreateFileAndNewEmailIconFastHelpText(UINT32 uiHelpTextID, BOOLEAN fClearHelpText);
H A DLaptop.cc3511 void CreateFileAndNewEmailIconFastHelpText(UINT32 uiHelpTextID, BOOLEAN fClearHelpText) in CreateFileAndNewEmailIconFastHelpText() argument
3514 switch (uiHelpTextID) in CreateFileAndNewEmailIconFastHelpText()
3524 ST::string help = (fClearHelpText ? ST::null : gzLaptopHelpText[uiHelpTextID]); in CreateFileAndNewEmailIconFastHelpText()