X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_c64import.h;h=a130c4b7dd2d432a0ac50ea0a430998b1d112098;hb=cd54239dd82cb8e6de93c26c534a0b6f1e9956cb;hp=936f21274ad36ac1540e3608aaeff619821d5290;hpb=7fb08abe58b2c84e36a5ed247d2103e08ae98aa4;p=rocksndiamonds.git diff --git a/src/game_bd/bd_c64import.h b/src/game_bd/bd_c64import.h index 936f2127..a130c4b7 100644 --- a/src/game_bd/bd_c64import.h +++ b/src/game_bd/bd_c64import.h @@ -59,7 +59,7 @@ typedef enum _gd_engine extern const char *gd_engines[]; GdCavefileFormat gd_caveset_imported_get_format(const guint8 *buf); -GList* gd_caveset_import_from_buffer (const guint8 *buf, gsize length); +List* gd_caveset_import_from_buffer (const guint8 *buf, gsize length); void gd_cave_set_engine_defaults(GdCave *cave, GdEngine engine); GdEngine gd_cave_get_engine_from_string(const char *param);