mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-12-14 23:00:58 +01:00
Added table resolution support.
Only works with FT .dat file. FT music does not work - different format.
This commit is contained in:
parent
d594f5fdb7
commit
1c5256a4c6
20 changed files with 353 additions and 64 deletions
|
|
@ -42,4 +42,7 @@ public:
|
|||
static void set(scoreStruct* score, int value);
|
||||
static void update(scoreStruct* score);
|
||||
static void string_format(int score, char* str);
|
||||
private :
|
||||
static void load_msg_font_3DPB(LPCSTR lpName);
|
||||
static void load_msg_font_FT(LPCSTR lpName);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue