Nuclide
Software Development Kit for id Technology (BETA)
Main Page
Related Pages
Modules
Classes
GopherClient.h
1
2
typedef
enum
3
{
4
GOPHER_ITEM_TEXT,
5
} gopherItem_t;
6
7
void
GopherCallback_MessageReceived(gopherItem_t itemType,
string
titleString,
string
furtherData);
8
void
Gopher_RequestIndex(
string
targetAddress);
9
void
Gopher_QueryItem(
string
targetAddress,
string
targetPort,
string
selectorString,
string
searchQuery);
10
void
Gopher_RequestText(
string
targetAddress,
string
targetPort,
string
selectorString,
string
searchQuery);
11
void
Gopher_Frame(
void
);
src
platform
GopherClient.h
2009-2025 (C) Nuclide is a project by
Vera Visions, L.L.C.
and is available under the
ISC License
.