aboutsummaryrefslogtreecommitdiffstats
path: root/src/clicky.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 18:50:36 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 18:50:36 +0000
commitc11c0383fc4609dd67012d9e3aa44b7fa58c999c (patch)
tree6152ba5d513b98b617d85b01d44068b8abf1d1ab /src/clicky.h
parent2416dc256e53c431c5226827d90cf504f190f9ec (diff)
downloadPenguinYippies-c11c0383fc4609dd67012d9e3aa44b7fa58c999c.tar.gz
PenguinYippies-c11c0383fc4609dd67012d9e3aa44b7fa58c999c.tar.bz2
PenguinYippies-c11c0383fc4609dd67012d9e3aa44b7fa58c999c.zip
Better animation and clicky stuff
Diffstat (limited to 'src/clicky.h')
-rw-r--r--src/clicky.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clicky.h b/src/clicky.h
index 283b5c0..764df00 100644
--- a/src/clicky.h
+++ b/src/clicky.h
@@ -17,6 +17,8 @@ typedef struct Clicky {
ClickyUpdateCB updateCB;
} Clicky;
+void updateClicky(Game* game, Clicky* clicky);
+
// A silly silly penguin lol.
Clicky createPenguinLolClicky(Game* game);
void freePenginLolClicky(Clicky clicky);