initialise a memory structure or smth
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#ifndef EMULATOR_HH
|
||||
#define EMULATOR_HH
|
||||
|
||||
// Why do I have a public API? We will know that in the future
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace emulator {
|
||||
void
|
||||
run(std::string filepath);
|
||||
|
||||
void
|
||||
run(std::ifstream& ifile);
|
||||
}
|
||||
|
||||
#endif /* EMULATOR_HH */
|
1
include/header.hh
Symbolic link
1
include/header.hh
Symbolic link
@@ -0,0 +1 @@
|
||||
../src/header.hh
|
1
include/memory.hh
Symbolic link
1
include/memory.hh
Symbolic link
@@ -0,0 +1 @@
|
||||
../src/memory.hh
|
@@ -1,5 +1,6 @@
|
||||
headers = files(
|
||||
'emulator.hh'
|
||||
'memory.hh',
|
||||
'header.hh'
|
||||
)
|
||||
|
||||
install_headers(headers, subdir: meson.project_name(), preserve_path: true)
|
Reference in New Issue
Block a user