mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-12-28 18:29:19 +00:00
Fix C docs for GTEStartUp
This commit is contained in:
parent
13856a6604
commit
206d4d6095
@ -447,22 +447,10 @@ style: toolref
|
||||
|
||||
<div class="section">
|
||||
<h5>C</h5>
|
||||
<table style="font-family: courier, monospace; font-size: smaller;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>extern pascal GTEStartUp(dPageAddr, capFlags, userID)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Word dPageAddr</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Word capFlags</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Word userID</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><tt>extern pascal GTEStartUp(dPageAddr, capFlags, userID)</tt></p>
|
||||
<p><tt>Word dPageAddr;</tt></p>
|
||||
<p><tt>Word capFlags;</tt></p>
|
||||
<p><tt>Word userID;</tt></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user