1
0

Object.cpp 70 B

123456789
  1. #include "Object.hpp"
  2. Object::Object()
  3. {
  4. }
  5. void Object::aSlot()
  6. {
  7. }