Include guards on our headers

This commit is contained in:
Jasmine Iwanek
2022-02-18 19:42:21 -05:00
parent 7d3cfc0fe5
commit 7fc893bdb0
127 changed files with 472 additions and 277 deletions

View File

@@ -19,7 +19,6 @@
#ifndef EMU_UI_H
# define EMU_UI_H
#ifdef __cplusplus
extern "C" {
#endif
@@ -80,5 +79,4 @@ extern void ui_sb_mt32lcd(char *str);
}
#endif
#endif /*EMU_UI_H*/