summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h3
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;