Add header guards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user