Add header guards
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _FCEU_PPUVIEW_H
|
||||
#define _FCEU_PPUVIEW_H
|
||||
|
||||
extern int PPUViewScanline;
|
||||
extern int PPUViewer;
|
||||
extern int scanline;
|
||||
@@ -6,3 +9,5 @@ void PPUViewDoBlit();
|
||||
void DoPPUView();
|
||||
void UpdatePPUView(int refreshchr);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user