Renaming inputs sources.
This commit is contained in:
parent
7778fb4aa5
commit
98fac079c6
|
|
@ -2,7 +2,7 @@
|
|||
CORE_SOURCES := \
|
||||
linked_list.c \
|
||||
vector2d.c \
|
||||
events.c \
|
||||
inputs.c \
|
||||
asset_manager.c \
|
||||
ecs.c \
|
||||
display.c \
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <stdbool.h>
|
||||
#include "asset_manager.h"
|
||||
#include "ecs.h"
|
||||
#include "events.h"
|
||||
#include "inputs.h"
|
||||
|
||||
/**
|
||||
* @brief Game data.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "events.h"
|
||||
#include "inputs.h"
|
||||
|
||||
#include <SDL3/SDL_events.h>
|
||||
|
||||
Loading…
Reference in New Issue