Rename ps/Overlay(.h|.cpp) to ps/Shapes(.h|.cpp), fixes a TODO located in graphics/Overlay.h.

The file name did not match the content.

Also little cleanup of some unnecessary includes.

This was SVN commit r16431.
This commit is contained in:
Itms
2015-03-15 18:06:32 +00:00
parent f29d059617
commit caf89fa04e
35 changed files with 32 additions and 42 deletions
@@ -21,7 +21,7 @@
#include "simulation2/system/InterfaceScripted.h"
#include "ps/Overlay.h"
#include "ps/Shapes.h"
BEGIN_INTERFACE_WRAPPER(Selectable)
DEFINE_INTERFACE_METHOD_2("SetSelectionHighlight", void, ICmpSelectable, SetSelectionHighlight, CColor, bool)