balatro-gba/include/timer.h
Rickey d01b1ba12d
Some checks are pending
Build and Deploy Doxygen Docs / docs (push) Waiting to run
Refactor/blind select screen (#461)
Refactor Blind Select Screen.

Based on #363
---------

Co-authored-by: emiyl <me@emiyl.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-06 00:56:59 -07:00

15 lines
164 B
C

/**
* @file timer.h
*
* @brief Timer constants
*
*/
#ifndef TIMER_H
#define TIMER_H
#define TM_ZERO 0
#define MENU_POP_OUT_ANIM_FRAMES 20
#endif // TIMER_H