Browse Source

Move user interface related classes to UserInterface dir

master
Krisjanis Rijnieks 11 years ago
parent
commit
819a9a02ea
  1. 0
      src/UserInterface/BaseJoint.cpp
  2. 0
      src/UserInterface/BaseJoint.h
  3. 0
      src/UserInterface/CircleJoint.cpp
  4. 0
      src/UserInterface/CircleJoint.h
  5. 0
      src/UserInterface/EditorType.h
  6. 0
      src/UserInterface/GuiMode.h
  7. 0
      src/UserInterface/ProjectionEditor.cpp
  8. 0
      src/UserInterface/ProjectionEditor.h
  9. 0
      src/UserInterface/RadioList.cpp
  10. 0
      src/UserInterface/RadioList.h
  11. 0
      src/UserInterface/SourcesEditor.cpp
  12. 0
      src/UserInterface/SourcesEditor.h
  13. 0
      src/UserInterface/TextureEditor.cpp
  14. 0
      src/UserInterface/TextureEditor.h

0
src/BaseJoint.cpp → src/UserInterface/BaseJoint.cpp

0
src/BaseJoint.h → src/UserInterface/BaseJoint.h

0
src/CircleJoint.cpp → src/UserInterface/CircleJoint.cpp

0
src/CircleJoint.h → src/UserInterface/CircleJoint.h

0
src/EditorType.h → src/UserInterface/EditorType.h

0
src/GuiMode.h → src/UserInterface/GuiMode.h

0
src/ProjectionEditor.cpp → src/UserInterface/ProjectionEditor.cpp

0
src/ProjectionEditor.h → src/UserInterface/ProjectionEditor.h

0
src/ui/RadioList.cpp → src/UserInterface/RadioList.cpp

0
src/ui/RadioList.h → src/UserInterface/RadioList.h

0
src/SourcesEditor.cpp → src/UserInterface/SourcesEditor.cpp

0
src/SourcesEditor.h → src/UserInterface/SourcesEditor.h

0
src/TextureEditor.cpp → src/UserInterface/TextureEditor.cpp

0
src/TextureEditor.h → src/UserInterface/TextureEditor.h

Loading…
Cancel
Save