⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gameswf_string.h

📁 一个开源的嵌入式flash播放器 具体看文档和例子就可
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -