Files
mir_server/sdk/tolua++/瀵煎嚭璇存槑.txt
aixianling 5c9f1dae4a init
2025-01-09 17:45:40 +08:00

12 lines
329 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1请把需要导出的文件的头文件包含在
serverInterface.scp里
如 $cfile "../../property/PropertyDef.h"
在这些文件里,需要导出的地方开始和结束分别使用
//tolua_begin //tolua_end 表示导出的开始和结束。
2: 这些接口将会自动导出到脚本里去。
包括类,函数,枚举,等等。
3serverInterface.cpp 这个文件是自动生成的,要加到工程里去编译。