1
0
forked from mirrors/0ad

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
@@ -24,7 +24,7 @@
#include "maths/FixedVector2D.h"
#include "maths/FixedVector3D.h"
#include "ps/CLogger.h"
#include "ps/Overlay.h"
#include "ps/Shapes.h"
#include "ps/utf16string.h"
#include "simulation2/helpers/Grid.h"
#include "simulation2/system/IComponent.h"