Some changes I'm about to do to the libs/gamecode layout :)

This commit is contained in:
Adam Olsen 2001-08-21 20:20:03 +00:00
parent a32384f16c
commit 8b7785c2f9

6
TODO
View file

@ -91,9 +91,9 @@ o | +--- mdl Quake model read/write
o | +--- md2 Quake2 model read/write [would be nice]
o | +--- qfm QuakeForge native model format
o | \--- textures PCX, QFS (multi-skins), TGA
o +--- gamecode Progs interpreter (core)
o | +--- client Client bindings
o | \--- server Server bindings
o +--- gamecode Gamecode
o | +--- engine Progs interpreter (core)
o | \--- builtins Progs utility builtins
o +--- network Network code (like netchan, but sane)
o | +--- transport Low-level protocols (UDP, TCP+UDP, etc.)
o | +--- netquake Quake's wire protocol