- Lots of stuff starts to take shape. Nice.

This commit is contained in:
ccremers
2004-08-11 14:09:12 +00:00
parent f30207b059
commit 2191d80885
5 changed files with 223 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
#include "system.h"
void arachneInit (const System sys);
void arachneDone (const System sys);
int arachne (const System sys);
void arachneDone ();
int arachne ();
#endif