summaryrefslogtreecommitdiff
path: root/src/sdl_fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl_fb.h')
-rw-r--r--src/sdl_fb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sdl_fb.h b/src/sdl_fb.h
deleted file mode 100644
index 4cd0ee9..0000000
--- a/src/sdl_fb.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _SDL_FB_H
-#define _SDL_FB_H
-
-typedef struct sdl_fb_t sdl_fb_t;
-
-sdl_fb_t * sdl_fb_new();
-void sdl_fb_free(sdl_fb_t *fb);
-
-#endif
© All Rights Reserved