Removed byte typedef

This commit is contained in:
raysan5
2016-11-15 19:15:25 +01:00
parent a3d71dd58d
commit 9d3ad52160
2 changed files with 2 additions and 6 deletions

View File

@@ -305,9 +305,6 @@
#endif
#endif
// byte type
typedef unsigned char byte;
// Vector2 type
typedef struct Vector2 {
float x;