Files
Alexander Hartmann 775dd894d8 added screen init, added splash screens, added visual debug output, added
the posibility to set a delay for checking the pressed key
2016-02-29 18:36:11 +01:00

10 lines
162 B
C

#pragma once
#include "common.h"
int initLog();
void closeLogFile();
void debug(const char *format, ...);
void panic(const char *format, ...);
void shutdown();