Code formating

This commit is contained in:
2021-04-25 08:34:12 +02:00
committed by Valeriano A.R
parent 820f11e769
commit 4e62dbd35e
17 changed files with 316 additions and 312 deletions

View File

@@ -1,13 +1,13 @@
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
#include <math.h>
#include <SDL/SDL.h>
#include <math.h>
#ifdef EMSCRIPTEN
#define SDL_GetKeyState SDL_GetKeyboardState
#endif
#include "Util.h"
#include "Input.h"
#include "Util.h"
// Globals
InputKeyStatus _keys[InputKey_Max];