wip: late-night untested launcher app musings
This commit is contained in:
13
launcher/launcher_config.h
Normal file
13
launcher/launcher_config.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LAUNCHER_CONFIG_H_
|
||||
#define LAUNCHER_CONFIG_H_
|
||||
|
||||
#include "fake_widget.h"
|
||||
|
||||
#define LAUNCHER_NUM_WIDGETS 1
|
||||
|
||||
WatchWidget widgets[LAUNCHER_NUM_WIDGETS] = {
|
||||
fake_widget
|
||||
};
|
||||
|
||||
|
||||
#endif // LAUNCHER_CONFIG_H_
|
||||
Reference in New Issue
Block a user