tibia_alpha/input.h
2025-12-26 23:48:59 -03:00

12 lines
153 B
C

//
// Created by rov on 12/26/25.
//
#ifndef TIBIA_INPUT_H
#define TIBIA_INPUT_H
#include "app.h"
void Input_Poll(App_t* app);
#endif //TIBIA_INPUT_H