merging herglitch/main

This commit is contained in:
herbglitch 2024-02-08 16:53:31 -07:00
parent 61b7e89d63
commit b0a3ba8407
8 changed files with 36 additions and 44 deletions

View file

@ -1,7 +1,7 @@
#ifndef ARC_SDL_KEYBOARD_H_
#define ARC_SDL_KEYBOARD_H_
#ifdef ARC_SDL
#ifdef ARC_SDL2_INPUT
#include "arc/input/keyboard.h"
#include <SDL.h>
@ -16,6 +16,6 @@ struct ARC_KeyboardInfo {
SDL_Event *event;
};
#endif // ARC_SDL
#endif // ARC_SDL2_INPUT
#endif // !ARC_SDL_KEYBOARD_H_