diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-29 15:55:04 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-29 15:55:04 +0000 |
| commit | 7699e4b400fef04e9353302b8fd253bf7b2c8cc2 (patch) | |
| tree | 25d00d4faf78c6c099505ad9f990b3c57d37064a /src/engine/interface.h | |
| parent | b1f65c46ed9b055cf1ecf94b5a8ff80eebe94ac9 (diff) | |
| download | zcatch-7699e4b400fef04e9353302b8fd253bf7b2c8cc2.tar.gz zcatch-7699e4b400fef04e9353302b8fd253bf7b2c8cc2.zip | |
removed the batch functions as it did next to nothing. changed some of the default values. cleaned up some of the config variables. added options in the menu to control gfx quality of the game.
Diffstat (limited to 'src/engine/interface.h')
| -rw-r--r-- | src/engine/interface.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h index d51cedc4..f3de5109 100644 --- a/src/engine/interface.h +++ b/src/engine/interface.h @@ -754,10 +754,6 @@ float gfx_pretty_text_width(float size, const char *text, int length = -1); void gfx_getscreen(float *tl_x, float *tl_y, float *br_x, float *br_y); -void gfx_quads_draw_batch(void *batch); -void *gfx_quads_create_batch(); -void gfx_destoy_batch(void *batch); - void mods_message(int msg, int client_id); void modc_message(int msg); |