From 68abe8f079c569516c07c406cc5335a01f364f2f Mon Sep 17 00:00:00 2001 From: EvanR Date: Fri, 26 Feb 2010 10:40:53 -0600 Subject: [PATCH] Added the README file in an attempt to reduce untracked files. That is, files that I dont want to ignore and dont want to add yet. --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..9563b0f --- /dev/null +++ b/README @@ -0,0 +1,35 @@ +temporary readme with code layout annotations + +main.c - init + main loop +kernel.c - core dispatcher + +video.c - low level graphics and principle backend stuff +audio.c - low level audio backend stuff +input.c - low level input source + +sfx.c - sound effect interface +music.c - music player interface +seq.c - sequencer for music +synth.c - generates sound +org.c - instruments +dsp.c - dsp routines + +util.c - reporting and other utility functions +rng.c - random number generator + +graphics.c - drawing api exposed to game modules +text.c - drawing nice variable width text +stage.c - the static platforms +entity.c - + +loader.c - reading from game data files +zip.c - zip file reader +midi.c - midi file reader + +splash.c - game modules +intro.c +title.c +inner.c +iotest.c +soundtest.c + -- 2.11.4.GIT