mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
9 lines
158 B
C++
9 lines
158 B
C++
#ifndef CONSOLE_SCREEN_HPP
|
|
#define CONSOLE_SCREEN_HPP
|
|
|
|
void ConsoleScreenAnimate(float elapsedSec);
|
|
|
|
void ConsoleScreenInitialize(const char* title);
|
|
|
|
#endif
|