BaseGraphicsComponent.cpp 112 B

123456
  1. #include "BaseGraphicsComponent.h"
  2. #include "GraphicsObject.h"
  3. void update(GraphicsObject &p_parentObject)
  4. {
  5. }