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_DRAWING_H
#define _FCEU_DRAWING_H
void DrawTextLineBG(uint8 *dest) {
int x, y;
static int otable[7] = { 81, 49, 30, 17, 8, 3, 0 };
@@ -220,3 +223,5 @@ void FCEU_DrawNumberRow(uint8 *XBuf, int *nstatus, int cur) {
}
}
#endif