summaryrefslogtreecommitdiff
path: root/includes/graphics.h
diff options
context:
space:
mode:
authorFelix Wallin <nibbler.v1@gmail.com>2010-12-08 16:34:18 (GMT)
committer Felix Wallin <nibbler.v1@gmail.com>2010-12-08 16:34:18 (GMT)
commitc9f852085bc214c1177be061507ddb8071c48ffd (patch)
tree0b063cf5c2f8cae9f9454cb4d07dbfeef853573c /includes/graphics.h
parentd0732c1f923b9f825b5d71e001862749ef5306da (diff)
downloadpowder-c9f852085bc214c1177be061507ddb8071c48ffd.zip
powder-c9f852085bc214c1177be061507ddb8071c48ffd.tar.gz
Revert "function pointers, not doing anything yet"
This reverts commit 048a0672c7106b7a586fad60447bbaf84a1679db.
Diffstat (limited to 'includes/graphics.h')
-rw-r--r--includes/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/graphics.h b/includes/graphics.h
index a39e0e7..3524395 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -141,7 +141,6 @@ void render_cursor(pixel *vid, int x, int y, int t, int rx, int ry);
void sdl_open(void);
-
#ifdef OpenGL
void Enable2D ();
void RenderScene ();