add acept db file name

This commit is contained in:
2025-06-18 18:32:15 +02:00
parent 31e8f302ac
commit 30980423eb
3 changed files with 10 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ constexpr int numberOfFunc = 2;
class Vapp
{
public:
void init();
void init(char* filename);
void update();
void draw();
void deinit();