celtic / akari

My attempt at bringing light to operating system development.

This URL has Read+Write access

akari / Subsystem.cpp
100644 8 lines (5 sloc) 0.082 kb
1
2
3
4
5
6
7
8
#include <Subsystem.hpp>
 
Subsystem::Subsystem()
{ }
 
Subsystem::~Subsystem()
{ }