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:
parent
9ffab95d8e
commit
fe66d33768
22 changed files with 419 additions and 57 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue