Add missing include guards
In practice, these headers are included only once, but it's a good practice to always use include guards.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef CONTROL_EVENT_H
|
||||
#define CONTROL_EVENT_H
|
||||
#ifndef CONTROLEVENT_H
|
||||
#define CONTROLEVENT_H
|
||||
|
||||
#include <SDL2/SDL_mutex.h>
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
|
||||
Reference in New Issue
Block a user