11 lines
219 B
C
11 lines
219 B
C
#pragma once
|
|
|
|
extern bool is_sneaking;
|
|
extern bool is_barking;
|
|
|
|
/**
|
|
* Render Luna on the Oled screen
|
|
*
|
|
* @param LUNA_X, LUNA_Y the coordinates on which we start drawing Luna
|
|
*/
|
|
void render_luna(int LUNA_X, int LUNA_Y);
|