From 761d752569b9bad6bdb755e91ca9e345cfb2788d Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 06:47:46 +0100 Subject: C++ cleanups. (in progress) --- source/dma.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/dma.h') diff --git a/source/dma.h b/source/dma.h index a95f20e..8628774 100644 --- a/source/dma.h +++ b/source/dma.h @@ -90,12 +90,10 @@ #ifndef _DMA_H_ #define _DMA_H_ -START_EXTERN_C void S9xResetDMA (void); uint8 S9xDoHDMA (uint8); void S9xStartHDMA (); void S9xDoDMA (uint8); -END_EXTERN_C #endif -- cgit v1.2.3