mirror of
https://git.wetfence.xyz/RandyTheSilly/1-More-Episode.git
synced 2026-08-27 20:26:26 -04:00
9 lines
189 B
C
9 lines
189 B
C
#pragma once
|
|
|
|
#include <pebble.h>
|
|
|
|
void pin_animation_init(Layer *pin_layer);
|
|
void pin_animation_deinit(void);
|
|
void pin_animation_start(void);
|
|
uint8_t pin_animation_get_stroke_width(void);
|