Sign in
◑
Theme
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
refs/heads/upstream/patch-picosystem-hw-test
/
.
/
examples
/
logo
/
logo.hpp
blob: 76eec3741d672f5416610e26e18812ffeb13bde0 [
file
] [
edit
]
#pragma
once
#include
<cstdint>
#include
"32blit.hpp"
//extern surface fb;
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);