thunderbrew/src/console/Screen.hpp
2023-04-17 22:44:44 -05:00

9 lines
158 B
C++

#ifndef CONSOLE_SCREEN_HPP
#define CONSOLE_SCREEN_HPP
void ConsoleScreenAnimate(float elapsedSec);
void ConsoleScreenInitialize(const char* title);
#endif