Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
3017820734c11d32c8014a0b5c6fc2884dbb4fdb
/
.
/
32blit-stm32
/
Inc
/
core-debug.hpp
blob: c210e5bb3e8d9043ed5fcfe5875a6838d2503dfe [
file
]
#pragma
once
#include
<string>
#include
<vector>
namespace
debug
{
extern
std
::
vector
<
std
::
string
>
messages
;
extern
void
debug
(
const
char
*
p
);
extern
void
debug
(
const
std
::
string
&
s
);
extern
void
render
();
}