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

📄 hgedata__main.html

📁 2D游戏引擎hge的代码
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- http://hge.relishgames.com -->

<html>

<head>
<meta name="Keywords" content="game engine, 2d, hardware accelerated, hge, engine, relish games, game development">
<meta name="Description" content="Haaf's Game Engine - Hardware accelerated 2D games engine">
<title>Haaf's Game Engine - Hardware accelerated 2D games engine</title>
<link rel=stylesheet type=text/css href=hge.css>
<script language="JavaScript" src="hge.js"></script>
</head>

<body onload="switchContents('cnt_main.html','cnt_hgedata.html');" bgcolor=#ffffff text=#000000 link=#7F0000 vlink=#7F0000 alink=#7F0000 marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
<table height=100% cellspacing=0 cellpadding=0 border=0><tr>

<td valign=top>
<table width=566 cellspacing=0 cellpadding=20 border=0><tr><td>
<h1 style="margin-top:0px">HGE Data types</h1>
<p>
<b>H</b>ere you'll find description of various <b>HGE</b> data types and structures.
See the following sections for detailed information:
</p>
<dl>
<dt class=nobold><a href="hgedata_common.html">Common data types</a>
<dd>Description of simple common <b>HGE</b> data types.
</dl>
<dl>
<dt class=nobold><a href="hgedata_resource.html">Resource handles</a>
<dd>Description of <b>HGE</b> resource handle types.
</dl>
<dl>
<dt class=nobold><a href="hgedata_hwcolor.html">Hardware color format</a>
<dd>Description of color values used by <b>HGE</b> functions.
</dl>
<dl>
<dt class=nobold><a href="hgedata_state.html">State value class</a>
<dd>Description of <b>HGE</b> system state value class.
</dl>
<dl>
<dt class=nobold><a href="hgedata_vertex.html">Vertex structure</a>
<dd>Description of <b>HGE</b> vertex structure.
</dl>
<dl>
<dt class=nobold><a href="hgedata_quad.html">Quad structure</a>
<dd>Description of <b>HGE</b> quad structure.
</dl>
<dl>
<dt class=nobold><a href="hgedata_inputevent.html">Input Event structure</a>
<dd>Description of <b>HGE</b> input event structure.
</dl>
<br>
</td></tr></table>
</td>

</tr></table>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -