1
This commit is contained in:
2022-07-24 16:51:16 +02:00
parent a15e1d9fd4
commit e1eac41853
18 changed files with 48 additions and 97 deletions

View File

@ -34,10 +34,9 @@ struct BIOScall_params {
extern struct BIOScall_params* BC_params;
class BIOS {
private:
BIOS(const BIOS& copy); // Verhindere Kopieren
public:
BIOS(const BIOS& copy) = delete; // Verhindere Kopieren
// Initialisierung: manuelles Anlegen einer Funktion
BIOS();