Simutrans-Squirrel-API  r11919
api_base.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Simutrans project under the Artistic License.
3  * (see LICENSE.txt)
4  */
5 
6 // This file should not be compiled. It wont compile either.
7 
10 #ifdef DOXYGEN
11 
30 class ttext { // begin_class("ttext", 0)
31 
37  register_function(vm,, "constructor");
38 
44  register_function("to_string");
45 
46 }; // end_class
47 
53 class ttextfile : public ttext { // begin_class("ttextfile", "ttext")
65  register_function(vm,, "constructor");
66 }; // end_class
67 
91 class extend_get { // begin_class("extend_get", 0)
92 }; // end_class
93 #endif
Definition: api_base.h:20