mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
a925b6137f
FuncStats doc.
8 lines
95 B
C++
8 lines
95 B
C++
#include "pch.h"
|
|
#include "TTextBox.h"
|
|
|
|
|
|
int TTextBox::Message(int a2, float a3)
|
|
{
|
|
return 0;
|
|
} |