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

    rd2d593b re225e77  
    2727#include "scdsp.h"
    2828#include "scfns.h"
     29
     30#include "memory.h"
     31#include "strings.h"
     32#include "vsddsw.h"
    2933
    3034extern  void    ldswin(int16_t n);
     
    137141int16_t ldfnbox(int16_t n);
    138142
     143void    clrlsel(void);
     144void    ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5);
     145
     146extern  int16_t get_seq(void);
     147extern  int16_t putcat(void);
     148extern  int16_t showcat(void);
     149extern  int16_t vtyper(void);
     150extern  void lcdlbls(void);
     151extern  void lmwclr(void);
     152extern  void lmwvtyp(void);
     153extern  void postio(void);
     154extern  void setleds(void);
     155extern  void streset(void);
     156extern  void vtsetup(uint16_t *obj, int16_t (*dsp)(), int16_t col, int8_t *ptr, int16_t tr, int16_t tc, int16_t (*adv)(), int16_t (*bsp)(), int16_t (*cup)(), int16_t (*cdn)(), int16_t (*stop)(), uint16_t fg, uint16_t bg);
     157
    139158/*
    140159
Note: See TracChangeset for help on using the changeset viewer.