1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-06 08:20:15 +02:00

Fixed timer.

This commit is contained in:
oz 2020-12-06 16:21:56 +03:00
parent 090beefd07
commit b412563ee3
11 changed files with 185 additions and 115 deletions

View file

@ -0,0 +1,16 @@
#include "pch.h"
#include "high_score.h"
int high_score::read(CHAR* table, int* ptrToSmth)
{
return 0;
}
int high_score::write(CHAR* table, int* ptrToSmth)
{
return 0;
}
void high_score::show_high_score_dialog(CHAR* table)
{
}