register init (again)

This commit is contained in:
Vítor Santos Costa
2015-07-06 11:54:33 +01:00
parent 2cf9902dfe
commit 421dee6881
8 changed files with 109 additions and 83 deletions

7
os/x.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include "x.h"
x::x()
{
}

11
os/x.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef X_H
#define X_H
class x
{
public:
x();
};
#endif // X_H