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