JNGL
Easy to use cross-platform 2D game library
Loading...
Searching...
No Matches
Namespaces | Functions
message.hpp File Reference
#include <string>
Include dependency graph for message.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  jngl
 JNGL's main namespace.
 

Functions

void errorMessage (const std::string &text)
 Shows a message box with an error text.
 
void printMessage (const std::string &text)
 Prints text on stdout. More...