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