Rename "convert.h" to "event_converter.h"
The filename gave no hint about what was converted.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "convert.h"
|
||||
#include "event_converter.h"
|
||||
|
||||
#define MAP(FROM, TO) case FROM: *to = TO; return true
|
||||
#define FAIL default: return false
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "input_manager.h"
|
||||
|
||||
#include <SDL2/SDL_assert.h>
|
||||
#include "convert.h"
|
||||
#include "event_converter.h"
|
||||
#include "lock_util.h"
|
||||
#include "log.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user