From 129b19f69fbbdcd896150aa8faa7f20254169c0c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Apr 2012 21:56:58 +0300 Subject: Add to log draw backend name. Add ability to get free video memory (fast openg with NVIDIA). Add test with id 100 for long perfomance testing. --- src/graphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 0955bf6d7..3ae2a7718 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -254,6 +254,9 @@ class Graphics : public gcn::SDLGraphics virtual void prepareScreenshot() { } + virtual int getMemoryUsage() + { return 0; } + virtual bool drawNet(int x1, int y1, int x2, int y2, int width, int height); -- cgit v1.2.3-60-g2f50