SpaceCadetPinball/SpaceCadetPinball/TTextBox.cpp

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)
{
}