hpp
Anonymous
c_cpp
01/12/2024 6:29 PM
140 B
23
Indexable
#ifndef HELPERS_HPP #define HELPERS_HPP #include <string> void consoleLog(std::string log); #endif
Editor is loading...
Leave a Comment
#ifndef HELPERS_HPP #define HELPERS_HPP #include <string> void consoleLog(std::string log); #endif