Reballats tots els .h i .cpp en la mateixa carpeta

This commit is contained in:
2024-09-27 17:57:00 +02:00
parent 9d7e975952
commit 0de9188547
57 changed files with 90 additions and 90 deletions

6
source/dbgtxt.h Normal file
View File

@@ -0,0 +1,6 @@
#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);