mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-03-29 10:29:59 +00:00
14 lines
221 B
C++
14 lines
221 B
C++
/* generated by fbt from .png files in images folder */
|
|
#include <chief_cooker_icons.h>
|
|
|
|
#include "app/App.hpp"
|
|
|
|
extern "C" int32_t chief_cooker_app(void* p) {
|
|
UNUSED(p);
|
|
|
|
App app;
|
|
app.Run();
|
|
|
|
return 0;
|
|
}
|