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