mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-10-26 12:27:01 +00:00 
			
		
		
		
	Remove function declaration added by error
This commit is contained in:
		| @@ -1298,7 +1298,6 @@ RLAPI void DrawGizmo(Vector3 position); | |||||||
| // Model loading/unloading functions | // Model loading/unloading functions | ||||||
| RLAPI Model LoadModel(const char *fileName);                                                            // Load model from files (meshes and materials) | RLAPI Model LoadModel(const char *fileName);                                                            // Load model from files (meshes and materials) | ||||||
| RLAPI Model LoadModelFromMesh(Mesh mesh);                                                               // Load model from generated mesh (default material) | RLAPI Model LoadModelFromMesh(Mesh mesh);                                                               // Load model from generated mesh (default material) | ||||||
| RLAPI Model LoadModelFromMemory(const char *fileType, const char *fileData, int dataSize);              // Load model from memory buffer, fileType refers to extension: i.e. "obj" |  | ||||||
| RLAPI void UnloadModel(Model model);                                                                    // Unload model from memory (RAM and/or VRAM) | RLAPI void UnloadModel(Model model);                                                                    // Unload model from memory (RAM and/or VRAM) | ||||||
|  |  | ||||||
| // Mesh loading/unloading functions | // Mesh loading/unloading functions | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ray
					Ray