diff options
| author | raysan5 <[email protected]> | 2016-11-15 19:15:25 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-11-15 19:15:25 +0100 |
| commit | 9d3ad52160a0e32271a8e3d76d9ea95e9bd0684a (patch) | |
| tree | 16aedc5c77f713ec3d9e7a74e57367c182185ae2 /src/raylib.h | |
| parent | a3d71dd58d993d15d695b0cd58b434ef2604185b (diff) | |
| download | raylib-9d3ad52160a0e32271a8e3d76d9ea95e9bd0684a.tar.gz raylib-9d3ad52160a0e32271a8e3d76d9ea95e9bd0684a.zip | |
Removed byte typedef
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/raylib.h b/src/raylib.h index f6243304..2e3112cf 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -305,9 +305,6 @@ #endif #endif -// byte type -typedef unsigned char byte; - // Vector2 type typedef struct Vector2 { float x; |
