Changeset e225e77 in buchla-68k for ram/wheel.c


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/wheel.c

    rd2d593b re225e77  
    2929
    3030extern  uint16_t        setipl(uint16_t arg);
     31
     32extern  int16_t infield(int16_t row, int16_t col, struct fet *fetp);
     33extern  void cmfix(void);
     34extern  void smy_up(int16_t tag);
     35extern  void sqy_up(int16_t tag);
    3136
    3237#define M_FL_CT         1024                    /* mouse flush count */
     
    226231#include "swrtab.h"             /* long swrtab[128]; */
    227232
     233#include "memory.h"
     234#include "strings.h"
     235
    228236/*
    229237
Note: See TracChangeset for help on using the changeset viewer.