aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
blob: 2d367d058b9b1cc86ce97f5e40eabc21193fb2e1 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <raylib.h>
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)

#define BLANK_DEFAULT -1
#define NULL_TERM '\0'
#define NULL_TERM_SZ 1