Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
refs/heads/upstream/patch-picosystem-examples
/
.
/
launcher
/
credits.hpp
blob: 5c2ba11cf02b343a7809f199361a64c04023c4cb [
file
] [
log
] [
blame
] [
edit
]
/* about_menu.hpp
* header file for About menu
*
* "The" Credits
*/
#pragma
once
namespace
credits
{
void
reset_scrolling
();
void
prepare
();
void
render
();
void
update
(
uint32_t
time
);
};