hpp

 avatar
unknown
c_cpp
2 years ago
103 B
6
Indexable
#ifndef HELPERS_HPP
#define HELPERS_HPP

#include <string>

void consoleLog(std::string log);

#endif 
Editor is loading...
Leave a Comment