10 lines
70 B
10 lines
70 B
7 years ago
|
#include "Object.hpp"
|
||
|
|
||
|
Object::Object()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void Object::aSlot()
|
||
|
{
|
||
|
}
|