Simutrans-Squirrel-API
api_base.h
Go to the documentation of this file.
1
20
class
ttext
{
21
public
:
26
ttext
(
string
text);
31
string
to_string
();
32
};
38
class
ttextfile
:
public
ttext
{
39
public
:
50
ttextfile
(
string
file
);
51
};
75
class
extend_get
{
76
public
:
77
};
78
};
ttext::ttext
ttext(string text)
extend_get
Definition:
api_base.h:75
file
string file
Definition:
api_skeleton.h:34
ttext::to_string
string to_string()
ttext
Definition:
api_base.h:20
ttextfile
Definition:
api_base.h:38
ttextfile::ttextfile
ttextfile(string file)
Generated by
1.8.14