mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-22 22:29:11 +00:00
Removed byte typedef
This commit is contained in:
@@ -305,9 +305,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// byte type
|
||||
typedef unsigned char byte;
|
||||
|
||||
// Vector2 type
|
||||
typedef struct Vector2 {
|
||||
float x;
|
||||
|
||||
Reference in New Issue
Block a user