1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<HTML>
<HEAD>
<TITLE>ClanLib Game SDK: ClanLib - Documentation</TITLE>
<STYLE TYPE="text/css"><!--
HTML BODY
{
font-family: verdana, helvetica, sans-serif;
font-size: 14px;
border-style: solid;
}
H1 { font-size: 22px; }
H2 { font-size: 18px; }
H3 { font-size: 16px; }
H4 { font-size: 14px; }
P { font-size: 14px; }
LI { font-size: 14px; }
--></STYLE>
</HEAD>
<body bgcolor=white text=black>
<center>
<table width=70%>
<tr>
<td>
<center><table><tr><td>
<img
SRC="../../Images/clanlib_logo_small.png"
alt="ClanLib logo"><br>
</td></tr></table></center>
<h1>Quickflash Tutorials with ClanLib 0.8</h1>
<ul>
<li><b>Part 1</b><br>
<a href="tutorial1.html">Section title part 1</a><br>
<ul>Short description of this part of the tutorial.</ul><br>
<li><b>Part 2</b><br>
<a href="tutorial2.html">Section title part 2</a><br>
<ul>Short description of this part of the tutorial.</ul><br>
<li><b>Part 3</b><br>
<a href="tutorial3.html">Section title part 3</a><br>
<ul>Short description of this part of the tutorial.</ul><br>
</TD>
</TR>
</TABLE>
<br>
<br>
<i>Written by Ken Hirsch</i>
<br>
<FONT COLOR="#a0a0a0">Questions or comments, write to the <a href="http://clanlib.org/development/mailinglist.html">ClanLib mailing list</a>.</FONT>
</CENTER>
</BODY>
</HTML>
|