Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
5f2fdbf85cb3dc94de4dc67fc388df67f1e1d7a1
/
.
/
examples
/
timer-test
/
timer-test.hpp
blob: 391397b1fdd423f5b3d6577ef2a9b656fc41ab73 [
file
]
#pragma
once
#include
<stdint.h>
#include
"32blit.hpp"
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);