#ifndef __SUPERCART__
#define __SUPERCART__

#include "atari.h"

void Init_Super(int *argc,char **argv,int base);

#endif
