mirror of
https://github.com/encounter/BootCtr9.git
synced 2026-03-30 11:03:49 -07:00
775dd894d8
the posibility to set a delay for checking the pressed key
10 lines
162 B
C
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(); |