#include <stdio.h>
#include <iostream>
#include <fstream>
#include <allegro5/allegro.h>
#include <allegro5/allegro_image.h>
|
int | screenshot (const char *destination_path, const char *gamename) |
| take a screenshot More...
|
|
void | InitLog () |
| Initialize the log SYSTEM. More...
|
|
void | Log (const std::string a_strLog) |
| Log a message in the standard Logfile. More...
|
|
Initialize the log SYSTEM.
void Log |
( |
const std::string |
a_strLog | ) |
|
Log a message in the standard Logfile.
- Parameters
-
int screenshot |
( |
const char * |
destination_path, |
|
|
const char * |
gamename |
|
) |
| |
ALLEGRO_PATH* g_pLogPath = NULL |