1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-12-15 07:00:58 +01:00

TTextBoxMessage v1, ready.

TTextBox v1.
This commit is contained in:
oz 2020-12-03 17:47:36 +03:00
parent 9ffab95d8e
commit fe66d33768
22 changed files with 419 additions and 57 deletions

View file

@ -22,9 +22,15 @@ struct scoreStruct
char* Bitmap8Bit10;
};
struct score_msg_font_type
{
};
class score
{
public:
static score_msg_font_type* msg_fontp;
static int init();
static scoreStruct* create(LPCSTR fieldName, gdrv_bitmap8* renderBgBmp);
static scoreStruct* dup(scoreStruct* score, int scoreIndex);