Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
3066a4eeef03e37a58bce26e21e14743fca0e7ce
/
.
/
examples
/
tilt
/
tilt.hpp
blob: 081a21798be9437690637588862bbe4cf13876a2 [
file
]
#pragma
once
#include
<stdint.h>
#include
"32blit.hpp"
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);