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(string text)
string file
Definition: api_skeleton.h:34
string to_string()
Definition: api_base.h:20
ttextfile(string file)