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,3 +1,6 @@
#ifndef _FCEU_GENERAL_H
#define _FCEU_GENERAL_H
void GetFileBase(const char *f);
extern uint32 uppow2(uint32 n);
@@ -15,3 +18,5 @@ char *FCEU_MakeFName(int type, int id1, char *cd1);
#define FCEUMKF_MOVIE 10
#define FCEUMKF_NPTEMP 11
#define FCEUCOPY_FAMI 12
#endif