HatariWii/src/debug/console.h
2018-05-25 20:45:09 +02:00

14 lines
277 B
C

/*
* Hatari - profile.h
*
* This file is distributed under the GNU General Public License, version 2
* or at your option any later version. Read the file gpl.txt for details.
*/
#ifndef HATARI_CONSOLE_H
#define HATARI_CONSOLE_H
extern void Console_Check(void);
#endif