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_FCOEFFS_H
#define _FCEU_FCOEFFS_H
#define SQ2NCOEFFS 1024
static int32 sq2coeffs[SQ2NCOEFFS];
@@ -1587,3 +1590,5 @@ static int32 C44100PAL[NCOEFFS / 2] =
/*240*/, 65536 * 16 * 0.02024878178965319
/*241*/, 65536 * 16 * 0.020277449712345474
};
#endif