mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 23:32:38 +00:00
663a1dc2db
missed some bugs.
12 lines
599 B
PHP
12 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
|
|
?>
|