SpaceCadetPinball/SpaceCadetPinball/TTextBox.cpp

17 lines
176 B
C++
Raw Normal View History

#include "pch.h"
#include "TTextBox.h"
2020-11-07 16:41:14 +01:00
int TTextBox::Message(int a2, float a3)
{
return 0;
}
void TTextBox::Clear()
{
}
void TTextBox::Display(char* text, float time)
{
}