To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / CollidoscopeApp / include / Log.h @ 0:02467299402e

History | View | Annotate | Download (108 Bytes)

1 0:02467299402e f
#pragma once
2
3
4
5
void logError( const std::string &errorMsg );
6
7
8
void logInfo( const std::string &infoMsg );