We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d284153 commit 67b3e22Copy full SHA for 67b3e22
src/helper/console_helpers.hpp
@@ -8,6 +8,8 @@
8
9
#include "./windows.hpp"
10
11
+#include <string.h>
12
+
13
namespace console {
14
15
OOPETRIS_GRAPHICS_EXPORTED void debug_write(const char* text, size_t size);
0 commit comments