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

    rd2d593b re225e77  
    2222#include "libdsp.h"
    2323
     24#include "stdio.h"
     25
    2426#define DENSITY         1               /* double density */
    2527
     
    6466
    6567int16_t mdselbx(int16_t n);
     68
     69extern  int16_t dcopy(void);
     70extern  int16_t dformat(int16_t dt);
     71extern  uint16_t setipl(uint16_t arg);
     72extern  void arcurs(uint16_t icolor);
     73extern  void curset(struct curpak *s);
     74extern  void setgc(int16_t xv, int16_t yv);
     75extern  void vsndpal(int16_t pp[16][3]);
    6676
    6777/*
Note: See TracChangeset for help on using the changeset viewer.