Changeset b28a12e in buchla-68k for vlib/vputs.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vputs.c

    r39a696b rb28a12e  
    1212*/
    1313
    14 #include "all.h"
    15 
    16 extern  void    vputc(uint16_t *sbase, uint16_t row, uint16_t col, uint16_t c, uint16_t attrib);
     14#include "ram.h"
    1715
    1816/*
Note: See TracChangeset for help on using the changeset viewer.