Changeset 6262b5c in buchla-68k for vlib/lseg.c


Ignore:
Timestamp:
07/10/2017 12:02:05 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
39a696b
Parents:
5fa506d
Message:

Added include files for global functions and variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/lseg.c

    r5fa506d r6262b5c  
    77*/
    88
    9 void    (*point)(int16_t x, int16_t y, int16_t pen);
     9#include "all.h"
     10
     11void   (*point)(int16_t x, int16_t y, int16_t pen);
    1012
    1113#define ABS(x)  ((x) < 0 ? (-(x)) : (x))
Note: See TracChangeset for help on using the changeset viewer.