Add header guards

This commit is contained in:
negativeExponent
2020-02-16 23:18:27 +08:00
parent a37314c4be
commit 2eeabe880c
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
#ifndef _SHARE_H
#define _SHARE_H
#include "../fceu-types.h"
#include "../input.h"
#include "../fceu.h"
@@ -9,3 +12,5 @@
void FCEUMOV_AddJoy(uint8 *js);
void FCEU_DrawCursor(uint8 *buf, int xc, int yc);
void FCEU_DrawGunSight(uint8 *buf, int xc, int yc);
#endif /* _SHARE_H */