restore: whole project
This commit is contained in:
12
src/systems/input_system.h
Normal file
12
src/systems/input_system.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef INPUT_SYSTEM_H
|
||||
#define INPUT_SYSTEM_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "raylib.h"
|
||||
#include "input.h"
|
||||
#include "vector.h"
|
||||
#include "entity.h"
|
||||
|
||||
void InputSystemUpdate(Entity *entities, InputComponent *inputs, size_t count);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user