mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 18:06:30 +02:00
- lots of code cleanup from the cppcheck
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Shared { namespace Graphics {
|
||||
class BaseRenderer : public RendererMapInterface {
|
||||
public:
|
||||
BaseRenderer() { }
|
||||
~BaseRenderer() { }
|
||||
virtual ~BaseRenderer() { }
|
||||
|
||||
virtual void initMapSurface(int clientW, int clientH);
|
||||
virtual void renderMap(MapPreview *map, int x, int y, int clientW, int clientH, int cellSize, bool grid=false);
|
||||
|
Reference in New Issue
Block a user