11 lines
136 B
C
11 lines
136 B
C
#ifndef ARACHNE
|
|
#define ARACHNE
|
|
|
|
#include "system.h"
|
|
|
|
void arachneInit (const System sys);
|
|
void arachneDone ();
|
|
int arachne ();
|
|
|
|
#endif
|