JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
* config.h: added CONDERROR and NULLERROR macros.
authorJoshua Grams <josh@qualdan.com>
Sat, 23 Apr 2005 13:32:37 +0000 (13:32 +0000)
committerJoshua Grams <josh@qualdan.com>
Sat, 23 Apr 2005 13:32:37 +0000 (13:32 +0000)
commit46dacbe75dac20a1c6e1b61a2eb99ca25fc971ec
tree04ad271c5569764f423e4d27b1804bc612a4ffaf
parente3ee5ceeccdd8f3b82c7ec2df50e3a9f2c77914d
* config.h: added CONDERROR and NULLERROR macros.
* globals.h: structure definitions and declarations of global variables.
* main.c: removed rock code to rocks.c & rocks.h.
* rocks.c rocks.h: crudely factored-out rock code.
* shape.h shape.c: added area (in pixels).
* sound.c: replaced spaces with tabs.
Makefile
config.h
globals.h [new file with mode: 0644]
main.c
rocks.c [new file with mode: 0644]
rocks.h [new file with mode: 0644]
shape.c
shape.h
sound.c