浏览代码

Added some comments

pull/26/head
raysan5 10 年前
父节点
当前提交
d7e7ef6a7d
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      src/textures.c

+ 4
- 1
src/textures.c 查看文件

@ -32,7 +32,10 @@
#include <stdlib.h> // Declares malloc() and free() for memory management
#include <string.h> // Required for strcmp(), strrchr(), strncmp()
#include "rlgl.h" // raylib OpenGL abstraction layer to OpenGL 1.1, 3.3+ or ES2
#include "rlgl.h" // raylib OpenGL abstraction layer to OpenGL 1.1, 3.3 or ES2
// Required: rlglLoadTexture() rlDeleteTextures(),
// rlglGenerateMipmaps(), some funcs for DrawTexturePro()
#include "utils.h" // rRES data decompression utility function
// NOTE: Includes Android fopen function map

正在加载...
取消
保存