Updated raylib data structures (markdown)

master
Ray 5 년 전
부모
커밋
dffc9484a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      raylib-data-structures.md

+ 1
- 1
raylib-data-structures.md

@ -17,7 +17,7 @@ raylib provides some basic data structures to organize game information. Those s
struct RenderTexture // Alias for RenderTexture
struct RenderTexture2D; // RenderTexture2D type, for texture rendering
struct CharInfo; // Font Character Info
struct Font; // Font type, includes texture and charSet array data (SprintFont fallback)
struct Font; // Font type, includes texture and charSet array data (SpriteFont fallback)
struct Camera; // Alias for Camera3D
struct Camera2D; // Camera2D type, defines a 2d camera

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