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

@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __FCEU_TYPES
#define __FCEU_TYPES
#ifndef __FCEU_TYPES_H
#define __FCEU_TYPES_H
#include <inttypes.h>
typedef int8_t int8;