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_PPU_TILE_H
#define _FCEU_PPU_TILE_H
uint8 *C;
register uint8 cc;
uint32 vadr;
@@ -107,3 +110,5 @@ else
PPU_hook(0x2000 | (RefreshAddr & 0xfff));
#endif
#endif