gameswf_string.h
来自「一个开源的嵌入式flash播放器 具体看文档和例子就可」· C头文件 代码 · 共 27 行
H
27 行
// gameswf_string.h -- Rob Savoye <rob@welcomehome.org> 2005// This source code has been donated to the Public Domain. Do whatever// you want with it.// Implementation for ActionScript String object.#ifndef GAMESWF_STRING_H#define GAMESWF_STRING_H#include "gameswf_action.h"namespace gameswf { // Dispatcher for handling string methods. void string_method(const fn_call& fn, const tu_stringi& method_name, const tu_string& this_string); // Constructor for creating ActionScript String object. void string_ctor(const fn_call& fn);}#endif // GAMESWF_STRING_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?