- First commit
This commit is contained in:
14
jdebug.h
Normal file
14
jdebug.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
namespace debug
|
||||
{
|
||||
void init(SDL_Renderer *renderer);
|
||||
void render(SDL_Renderer *renderer);
|
||||
|
||||
void println(const char *label, int value);
|
||||
void print(int value);
|
||||
void print(const char *value);
|
||||
void print(float value);
|
||||
void newline();
|
||||
}
|
||||
Reference in New Issue
Block a user