X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_c64import.h;h=0af4308c11575f0a68308eece97916daf2af1c5b;hb=6e0e50d52f6c2cd5f1686de23375f46847605ee7;hp=a130c4b7dd2d432a0ac50ea0a430998b1d112098;hpb=01bf4018243f57cefbc0308e49f4dd2d40a0c054;p=rocksndiamonds.git diff --git a/src/game_bd/bd_c64import.h b/src/game_bd/bd_c64import.h index a130c4b7..0af4308c 100644 --- a/src/game_bd/bd_c64import.h +++ b/src/game_bd/bd_c64import.h @@ -17,8 +17,6 @@ #ifndef BD_CAVEIMPORT_H #define BD_CAVEIMPORT_H -#include - #include "bd_cave.h" @@ -58,8 +56,8 @@ typedef enum _gd_engine extern const char *gd_engines[]; -GdCavefileFormat gd_caveset_imported_get_format(const guint8 *buf); -List* gd_caveset_import_from_buffer (const guint8 *buf, gsize length); +GdCavefileFormat gd_caveset_imported_get_format(const unsigned char *buf); +List* gd_caveset_import_from_buffer (const unsigned char *buf, size_t length); void gd_cave_set_engine_defaults(GdCave *cave, GdEngine engine); GdEngine gd_cave_get_engine_from_string(const char *param);