13 lines
174 B
C
13 lines
174 B
C
|
#pragma once
|
||
|
#include <furi.h>
|
||
|
#include "../storage-glue.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void storage_int_init(StorageData* storage);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|