feat(layers): character layer
This commit is contained in:
parent
685640a605
commit
db1f966e0a
8 changed files with 97 additions and 5 deletions
10
src/c/character_layer.h
Normal file
10
src/c/character_layer.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef CHARACTER_LAYER_H_
|
||||
#define CHARACTER_LAYER_H_
|
||||
|
||||
#include <pebble.h>
|
||||
|
||||
void character_layer_init(Window *window);
|
||||
void character_layer_tick(void);
|
||||
void character_layer_deinit(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue