OpenTTD Source
20241108-master-g80f628063a
|
Searching and filtering using a stringterm. More...
#include "stdafx.h"
#include "core/alloc_func.hpp"
#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 char32_t | STATE_WHITESPACE = ' ' |
static const char32_t | STATE_WORD = 'w' |
static const char32_t | STATE_QUOTE1 = '\'' |
static const char32_t | STATE_QUOTE2 = '"' |
Searching and filtering using a stringterm.
Definition in file stringfilter.cpp.