chore: enclose everything in namespace matar
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "bus.hh"
|
||||
|
||||
namespace matar {
|
||||
class CpuImpl;
|
||||
|
||||
class Cpu {
|
||||
@@ -17,3 +18,4 @@ class Cpu {
|
||||
private:
|
||||
std::unique_ptr<CpuImpl> impl;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user