Harmonized the style of including headers from headers.

We surely don't care about some file I/O on host machines in 2018 ;-)
This commit is contained in:
Oliver Schmidt
2018-02-02 12:28:22 +01:00
parent f15cd3e468
commit 935f68f686
18 changed files with 22 additions and 74 deletions

View File

@@ -123,6 +123,8 @@ extern void lynx_160_102_16_tgi[]; /* Referred to by tgi_static_stddrv[] */
/* Sound support */
/*****************************************************************************/
void lynx_snd_init (void);
/* Initialize the sound driver */
@@ -144,6 +146,8 @@ void __fastcall__ lynx_snd_stop_channel (unsigned char channel);
unsigned char lynx_snd_active(void);
/* Show which channels are active */
/*****************************************************************************/
/* Accessing the cart */
/*****************************************************************************/
@@ -209,5 +213,6 @@ unsigned __fastcall__ lynx_eewrite (unsigned cell, unsigned val);
#define SUZY (*(struct __suzy*)0xFC00)
/* End of lynx.h */
#endif