inlcude missing in debug.cpp
This commit is contained in:
parent
3a930d082a
commit
93775afe74
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
||||||
#ifndef __DEBUG_CPP
|
#ifndef __DEBUG_CPP
|
||||||
#define __DEBUG_CPP
|
#define __DEBUG_CPP
|
||||||
|
|
||||||
|
#include "cursor.cpp"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Prints value of pressed key in top left corner.
|
* @brief Prints value of pressed key in top left corner.
|
||||||
* Additionally it can get offet to see more presses.
|
* Additionally it can get offet to see more presses.
|
||||||
*
|
*
|
||||||
* @param _flags keypress flags.
|
|
||||||
* @param _key char that we got.
|
* @param _key char that we got.
|
||||||
*/
|
*/
|
||||||
void debugKey(cursor::key _key) {
|
void debugKey(cursor::key _key) {
|
||||||
|
|
Reference in a new issue