This commit is contained in:
Vítor Santos Costa 2015-07-06 12:00:21 +01:00
parent 94092be293
commit 03d9fdd45a
2 changed files with 0 additions and 18 deletions

View File

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

11
os/x.h
View File

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