Files
coffee-crisis-ae/source/dbgtxt.h
T

7 lines
151 B
C

#pragma once
#include <SDL2/SDL.h>
void dbg_init(SDL_Renderer *renderer);
void dbg_print(int x, int y, const char *text, Uint8 r, Uint8 g, Uint8 b);