2018-01-26 17:06:56 +01:00

10 lines
70 B
C++

#include "Object.hpp"
Object::Object()
{
}
void Object::aSlot()
{
}