Changeset b28a12e in buchla-68k for vlib/vobjfns.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/vobjfns.c

    r39a696b rb28a12e  
    5353*/
    5454
    55 #include "all.h"
    56 
    57 extern  void    vbank(uint16_t b);
    58 extern  void    objon(uint16_t obj, uint16_t line, uint16_t num);
    59 extern  void    VIint(void);
    60 
    61 extern  uint16_t setipl(uint16_t arg);
     55#include "ram.h"
    6256
    6357int16_t         wsize;          /* object width calculated by SetObj() */
Note: See TracChangeset for help on using the changeset viewer.