First compile.

This commit is contained in:
2025-12-15 23:05:48 +01:00
parent a01356342c
commit 9054478e2a
13 changed files with 333 additions and 113 deletions

View File

@@ -27,6 +27,7 @@
***************************************************************************/
#ifndef BCCOMMAND_H
#define BCCOMMAND_H
@@ -34,7 +35,6 @@
#include <bc.h>
class BCCommandRunner;
struct BCCommand
{
@@ -50,6 +50,8 @@ struct BCCommand
};
class BCCommandRunner;