summaryrefslogtreecommitdiff
path: root/src/graphics/RasterGraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/RasterGraphics.cpp')
-rw-r--r--src/graphics/RasterGraphics.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/graphics/RasterGraphics.cpp b/src/graphics/RasterGraphics.cpp
index 312f44e..2a485e5 100644
--- a/src/graphics/RasterGraphics.cpp
+++ b/src/graphics/RasterGraphics.cpp
@@ -9,6 +9,16 @@ sdl_scale(1)
}
+void Graphics::Acquire()
+{
+
+}
+
+void Graphics::Release()
+{
+
+}
+
Graphics::~Graphics()
{
free(vid);