Explorar el Código

Remove function declaration

pull/208/merge
Ray hace 8 años
padre
commit
c3b8a41f95
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/raylib.h

+ 0
- 1
src/raylib.h Ver fichero

@ -892,7 +892,6 @@ RLAPI void UnloadMesh(Mesh *mesh);
RLAPI void UnloadModel(Model model); // Unload model from memory (RAM and/or VRAM)
RLAPI Material LoadMaterial(const char *fileName); // Load material from file
RLAPI Material LoadMaterialEx(Shader shader, Texture2D diffuse, Color color); // Load material from basic shading data
RLAPI Material LoadDefaultMaterial(void); // Load default material (uses default models shader)
RLAPI void UnloadMaterial(Material material); // Unload material from GPU memory (VRAM)

Cargando…
Cancelar
Guardar