mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +00:00
Simplify namespace syntax.
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace Sega {
|
||||
namespace MasterSystem {
|
||||
namespace Sega::MasterSystem {
|
||||
|
||||
class Machine {
|
||||
public:
|
||||
@@ -36,7 +35,6 @@ class Machine {
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* MasterSystem_hpp */
|
||||
|
||||
Reference in New Issue
Block a user