Refactor away some additional integer types.
This commit is contained in:
parent
f3048e3cd2
commit
69288038ed
3 changed files with 11 additions and 25 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue