SpaceCadetPinballPPC/SpaceCadetPinball/TTextBox.cpp
oz d83c4e2b26 Proj v1, ready.
port_draw in multiple T classes.
pb v1.
proj v1, ready.
WinMain v3.
2020-11-29 18:50:49 +03:00

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