Add game layer linking

This commit is contained in:
Phireh 2024-12-16 20:16:27 +01:00
commit 9a4c57d4c2
8 changed files with 146 additions and 74 deletions

View file

@ -1,6 +1,8 @@
#ifndef INPUT_H
#define INPUT_H
#include <stdint.h>
// NOTE: KEY_STATE_RELEASED does not imply KEY_STATE_UNPRESSED, which can be funky. Maybe give this another look?
typedef enum {
KEY_STATE_UNPRESSED = 0,