Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
0d200c1eef96453958e6aa2d2d477bbe6d5d350b
/
.
/
examples
/
particle
/
particle.hpp
blob: 21d1173bdbfe45973911c66af974d26415892805 [
file
]
#pragma
once
#include
<stdint.h>
#include
"32blit.hpp"
#include
"engine/particle.hpp"
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);