winmain v2.

FuncStats doc.
This commit is contained in:
oz
2020-11-07 18:41:14 +03:00
parent 7db64ae1c6
commit a925b6137f
19 changed files with 126 additions and 22 deletions

View File

@@ -1,2 +1,8 @@
#include "pch.h"
#include "TTextBox.h"
int TTextBox::Message(int a2, float a3)
{
return 0;
}