added "cpu" and file parser
This commit is contained in:
5
emulator/CommandParser.cpp
Normal file
5
emulator/CommandParser.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by black on 12.06.25.
|
||||
//
|
||||
|
||||
#include "CommandParser.h"
|
||||
16
emulator/CommandParser.h
Normal file
16
emulator/CommandParser.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by black on 12.06.25.
|
||||
//
|
||||
|
||||
#ifndef COMMANDPARSER_H
|
||||
#define COMMANDPARSER_H
|
||||
|
||||
|
||||
|
||||
class CommandParser {
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif //COMMANDPARSER_H
|
||||
5
emulator/Manager.cpp
Normal file
5
emulator/Manager.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by black on 12.06.25.
|
||||
//
|
||||
|
||||
#include "Manager.h"
|
||||
16
emulator/Manager.h
Normal file
16
emulator/Manager.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by black on 12.06.25.
|
||||
//
|
||||
|
||||
#ifndef MANAGER_H
|
||||
#define MANAGER_H
|
||||
|
||||
|
||||
|
||||
class Manager {
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif //MANAGER_H
|
||||
Reference in New Issue
Block a user