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