Files
Learn-Shaders/src/classes/debug.h
CJ Satnarine 30879d8ef8 Initial commit
2025-02-15 00:07:28 -05:00

9 lines
93 B
C++

#ifndef DEBUG_H
#define DEBUG_H
#include <iostream>
void LogInfo(const char *msg);
#endif