Commit 3f59c320 authored by Boris Mühmer's avatar Boris Mühmer
Browse files

remove AMIGA only stuff

parent d699fb4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#include "main.h"

/* AMIGA only
struct IntuiText DText=
  {
  GREENPEN,BLACKPEN,
@@ -10,6 +11,7 @@ struct IntuiText DText=
  NULL
  };
struct IntuiMessage *mes;
 */
int screen1,screen2;
int show1,show2;
int showpla1,showpla2;
+3 −0
Original line number Diff line number Diff line
#include "main.h"

/* AMIGA only
struct NewScreen NScreen =
  {
  0,0,640,200,
@@ -44,6 +45,8 @@ USHORT CrossPointer[]=
  0x0800,0x0000,
  0,0
  };
 */

struct NStar star[STARNO];
struct NTask task[PLAYERNO][TASKNO+1];
struct NCommData CommData[PLAYERNO];
+3 −0
Original line number Diff line number Diff line
/* AMIGA only
#include <functions.h>
#include <graphics/gfxbase.h>
#include <graphics/rastport.h>
#include <intuition/intuitionbase.h>
 */

#include <stdio.h>
#include <ctype.h>
#include "defs.h"