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

    rd2d593b re225e77  
    1919#include "wsdsp.h"
    2020
     21#include "memory.h"
     22
    2123extern  int16_t entbh(int16_t n);
    2224extern  void    wdswin(int16_t n);
     
    4850int16_t bx_null(void);
    4951int16_t wdfnbox(int16_t n);
     52
     53extern  int16_t gcurpos(int16_t xloc, int16_t yloc);
     54extern  void arcurs(uint16_t icolor);
     55extern  void settc(int16_t rv, int16_t cv);
     56extern  void updfpu(void);
     57extern  void wadj(void);
    5058
    5159/*
Note: See TracChangeset for help on using the changeset viewer.