CmGUIElement.cpp 135 B

1234567891011121314
  1. #include "CmGUIElement.h"
  2. namespace CamelotEngine
  3. {
  4. GUIElement::GUIElement()
  5. {
  6. }
  7. GUIElement::~GUIElement()
  8. {
  9. }
  10. }