Safariminer 527b73afb5 rebase
2025-09-19 14:33:07 -04:00

5 lines
280 B
C

#pragma once
#include <raylib.h>
void DrawCubeTexture(Texture2D texture, Vector3 position, float width, float height, float length, Color color);
void DrawCubeTextureRec(Texture2D texture, Rectangle source, Vector3 position, float width, float height, float length, Color color);