Popravil fileDevice.cpp tako da dejansko naredi datoteke, če še ne obstajajo

This commit is contained in:
Timon 2025-12-01 13:37:24 +01:00
parent 8222f8dd0a
commit 74cc571eef
270 changed files with 104 additions and 74 deletions

View file

@ -1,5 +1,5 @@
#include "machine.h"
#include "cpu.h"
#include "../headers/machine.h"
#include "../headers/cpu.h"
int main(int argc, char const *argv[]){
machine m;