Skip to content

Commit cb0c39f

Browse files
publicize clockToMs function
1 parent 9117df9 commit cb0c39f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ constexpr auto MAX_ANIMFRAME = 6;
163163
// binary 00111111
164164
constexpr auto ALL_FRAMES = 0b111111;
165165

166+
//from Gui.cpp
167+
float clockToMs(float clockTicks);
168+
166169
//from UserInput.cpp
167170
void doMouse();
168171
void doKeys(int32_t key, uint32_t keymod);

0 commit comments

Comments
 (0)