website/research/books.php

13 lines
599 B
PHP

<? // Preamble
$pageName = "Books";
$focused = "none"; // Dock icon name to gets a border
require("../parts/preamble.php"); // Load most of document
?>
<P>
<br><a href="http://www.bluesnews.com/abrash/">Mike Abrash`s Quake1 source code book online</a><br>
<br><a href="http://graphics.lcs.mit.edu/~seth/pubs/pubs.html">Publications by or in part by Seth Jared Teller</a><br>
<br><a href="http://heron.cc.ukans.edu/ebt-bin/nph-dweb/dynaweb/SGI_Developer/OpenGL_PG">Online text of OpenGL Programming Guide</a><br>
<?
require("../parts/postamble.php"); // Finish this sucker up
?>