inlcude missing in debug.cpp

This commit is contained in:
Wroclaw 2022-05-25 22:47:17 +02:00
parent 3a930d082a
commit 93775afe74

View file

@ -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) {