component.cpp 146 B

1234567
  1. #include "component.h"
  2. namespace Engine::Core {
  3. // Component implementations are mostly in header due to simplicity
  4. } // namespace Engine::Core