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