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

    rd2d593b re225e77  
    1414#include "midas.h"
    1515#include "scdsp.h"
     16
     17extern int16_t pix2mid(void);
     18extern int16_t sc_refr(int32_t t);
    1619
    1720#define TO_LFT          (TO_BAK + 1)
     
    5356        /* convert cursor position to note number and time */
    5457
    55         if (pix2mid(cxval, cyval))
     58        if (pix2mid())
    5659                goto notnote;
    5760
Note: See TracChangeset for help on using the changeset viewer.