2
0

UiObject.cpp 365 B

12345678910111213141516
  1. // Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #include <AnKi/Ui/UiObject.h>
  6. #include <AnKi/Ui/UiManager.h>
  7. namespace anki {
  8. UiAllocator UiObject::getAllocator() const
  9. {
  10. return m_manager->getAllocator();
  11. }
  12. } // end namespace anki