| OpenTTD
    | 
Searching and filtering using a stringterm. More...
#include "stdafx.h"#include "string_func.h"#include "strings_func.h"#include "stringfilter_type.h"#include "gfx_func.h"#include "safeguards.h"Go to the source code of this file.
| Variables | |
| static const WChar | STATE_WHITESPACE = ' ' | 
| static const WChar | STATE_WORD = 'w' | 
| static const WChar | STATE_QUOTE1 = '\'' | 
| static const WChar | STATE_QUOTE2 = '"' | 
Searching and filtering using a stringterm.
Definition in file stringfilter.cpp.
 1.8.1.2
 1.8.1.2