mirror of
https://github.com/iAmInActions/SpaceCadetPinballPPC.git
synced 2025-02-19 16:10:11 +00:00
17 lines
176 B
C++
17 lines
176 B
C++
#include "pch.h"
|
|
#include "TTextBox.h"
|
|
|
|
|
|
int TTextBox::Message(int a2, float a3)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
void TTextBox::Clear()
|
|
{
|
|
}
|
|
|
|
void TTextBox::Display(char* text, float time)
|
|
{
|
|
}
|