Skip to content

Commit

Permalink
publicize clockToMs function
Browse files Browse the repository at this point in the history
  • Loading branch information
realSquidCoder committed Feb 1, 2025
1 parent bead2f1 commit c4c4824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ constexpr auto MAX_ANIMFRAME = 6;
// binary 00111111
constexpr auto ALL_FRAMES = 0b111111;

//from Gui.cpp
float clockToMs(float clockTicks);

//from UserInput.cpp
int32_t getKeyMods(ALLEGRO_KEYBOARD_STATE* keyboardState);
void doMouse();
Expand Down

0 comments on commit c4c4824

Please sign in to comment.