mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 09:21:09 +00:00
Some changes I'm about to do to the libs/gamecode layout :)
This commit is contained in:
parent
a32384f16c
commit
8b7785c2f9
1 changed files with 3 additions and 3 deletions
6
TODO
6
TODO
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue