Add header guards

This commit is contained in:
twinaphex
2014-03-30 22:50:28 +02:00
parent 73bf72aa6c
commit d4a3125c44
36 changed files with 152 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
#ifndef _FCEUH
#define _FCEUH
#include "fceu-types.h"
@@ -103,6 +104,5 @@ extern uint8 vsdip;
#define JOY_DOWN 0x20
#define JOY_LEFT 0x40
#define JOY_RIGHT 0x80
#else
#define _FCEUH
#endif