Include guards on our headers
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef SOUND_RESID_H
|
||||
# define SOUND_RESID_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -10,3 +13,5 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /*SOUND_RESID_H*/
|
||||
|
||||
Reference in New Issue
Block a user