Changeset e225e77 in buchla-68k for ram/wdfield.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/wdfield.c

    rd2d593b re225e77  
    2121#include "instdsp.h"
    2222#include "wsdsp.h"
     23
     24#include "memory.h"
     25#include "stdio.h"
     26#include "vsddsw.h"
    2327
    2428#define WCSCALE         32768L
     
    7074extern  void    vcputsv(int16_t *obase, int16_t nw, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *str, int16_t pitch);
    7175
    72 extern  void    *memset(void *vp, int8_t c, int16_t n);
     76extern  void    wscalc(void);
     77extern  void    adj(int16_t wshar);
     78extern  void    wdswin(int16_t n);
     79extern  void    clrws(void);
     80extern  void    wadj(void);
     81extern  void    wwins(void);
     82extern  void    curset(struct curpak *s);
    7383
    7484/*
Note: See TracChangeset for help on using the changeset viewer.