Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
0ee1d2eab83dd4e64a608093b4cc1d950d0c6d66
/
.
/
32blit-sdl
/
UserCode.hpp
blob: 976b339171d88b0be742cf983ce78a70ab2a218b [
file
]
#pragma
once
#include
<string>
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);