tetris  final beta
A tetris implementation in C
Functions | Variables
load_graphics.c File Reference
#include <stdlib.h>
#include "../../sdl.h"
Include dependency graph for load_graphics.c:

Functions

SDL_Texture * loadBlk (SDL_Renderer *renderer)
 Gets block texture. More...
 

Variables

char ** xpmBlk
 

Function Documentation

◆ loadBlk()

SDL_Texture* loadBlk ( SDL_Renderer *  renderer)

Gets block texture.

Parameters
rendererThe SDL renderer
Returns
SDL texture of the red block