Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
adcff07dba0fb74a2df20ad1d996eba802b5491e
/
.
/
examples
/
timer-test
/
timer-test.hpp
blob: 226a98b82dfbf340c27c0aed431d50d35963d0da [
file
]
#pragma
once
#include
<cstdint>
#include
"32blit.hpp"
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);