Change AppState to BaseState. Update headers.

This commit is contained in:
J-D-K
2025-07-18 06:22:55 -04:00
parent f7163f8dd7
commit 6af4bed9fa
46 changed files with 519 additions and 367 deletions

View File

@@ -7,7 +7,7 @@ namespace
constexpr uint64_t TICKS_GLYPH_TRIGGER = 50;
} // namespace
BaseTask::BaseTask() : AppState(false)
BaseTask::BaseTask() : BaseState(false)
{
m_frameTimer.start(TICKS_GLYPH_TRIGGER);
}