소스 검색

Removed byte typedef

pull/197/head
raysan5 8 년 전
부모
커밋
9d3ad52160
2개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -3
      src/raylib.h
  2. +2
    -3
      src/rlgl.h

+ 0
- 3
src/raylib.h 파일 보기

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

+ 2
- 3
src/rlgl.h 파일 보기

@ -117,15 +117,14 @@ typedef enum { RL_PROJECTION, RL_MODELVIEW, RL_TEXTURE } MatrixMode;
typedef enum { RL_LINES, RL_TRIANGLES, RL_QUADS } DrawMode;
typedef unsigned char byte;
#if defined(RLGL_STANDALONE)
#ifndef __cplusplus
// Boolean type
typedef enum { false, true } bool;
#endif
// byte type
typedef unsigned char byte;
// Color type, RGBA (32bit)
typedef struct Color {
unsigned char r;

불러오는 중...
취소
저장