Refactor away some additional integer types.

This commit is contained in:
Max Maisel 2023-09-26 18:31:12 +02:00 committed by Sam Lantinga
parent f3048e3cd2
commit 69288038ed
3 changed files with 11 additions and 25 deletions

View file

@ -29,15 +29,6 @@
/*****************************************************************************************************/
#include <stdint.h>
#define bool SDL_bool
#define true SDL_TRUE
#define false SDL_FALSE
typedef uint32_t uint32;
typedef uint64_t uint64;
#include "steam/controller_constants.h"
#include "steam/controller_structs.h"