1<html> 2 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<meta name="GENERATOR" content="Microsoft FrontPage 5.0"> 6<meta name="ProgId" content="FrontPage.Editor.Document"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8 9<title>TPLBind</title> 10</head> 11 12<body> 13 14<h1>TPLBind</h1> 15 16<h2>C Specification</h2> 17 18<p> 19<dl> 20 <dd><pre><code> 21#include <revolution/tpl.h> </code></pre></dd> 22 <dd><pre><code>void TPLBind ( TPLPalettePtr pal ); </code></pre></dd> 23</dl> 24</p> 25 26<h2>Description</h2> 27 28<p>Expands the internal pointer immediately after the TPL file is loaded into memory and carries out initialization to make the TPL data structure available.</p> 29 30<h2>Arguments</h2> 31 32<table cellSpacing="0" cellPadding="3" border="1"> 33 <tr> 34<td><code>pal</code></td> 35<td>Pointer to the TPL file.</td> 36 </tr> 37 </table> 38 39<h2>Return Values</h2> 40 41<P>None.</P> 42 43<h2>See Also</h2> 44 45<P> 46<a href="TPLGet.html"><CODE>TPLGet</CODE></a><BR> <a href="TPLGetGXTexObjFromPalette.html"><CODE>TPLGetGXTexObjFromPalette</CODE></a><BR> <a href="TPLGetGXTexObjFromPaletteCI.html"><CODE>TPLGetGXTexObjFromPaletteCI</CODE></a> 47</P> 48 49<h2>Revision History</h2> 50 51<p>2006/06/20 Initial version.</p> 52 53<hr> 54<P>CONFIDENTIAL</p> 55</BODY> 56</HTML>