10 lines
195 B
C
10 lines
195 B
C
#ifndef __PREFERENCES_STORAGE_H__
|
|
#define __PREFERENCES_STORAGE_H__
|
|
|
|
#include <Preferences.h>
|
|
|
|
extern Preferences preferences;
|
|
|
|
void init_preferences(void);
|
|
|
|
#endif /*__PREFERENCES_STORAGE_H__*/
|