mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
7 lines
158 B
C
7 lines
158 B
C
#pragma once
|
|
|
|
#include <storage/storage.h>
|
|
|
|
void* loader_preload(Storage* storage, const char* path);
|
|
void loader_preload_start(void* app, const char* path);
|