Blender V2.61 - r43446
|
Go to the source code of this file.
Functions | |
int | BLO_is_a_runtime (const char *file) |
struct BlendFileData * | BLO_read_runtime (const char *file, struct ReportList *reports) |
Definition in file BLO_runtime.h.
int BLO_is_a_runtime | ( | const char * | file | ) |
Definition at line 69 of file runtime.c.
References handle_read_msb_int(), and O_BINARY.
Referenced by load_game_data(), and main().
struct BlendFileData* BLO_read_runtime | ( | const char * | file, |
struct ReportList * | reports | ||
) | [read] |
Definition at line 98 of file runtime.c.
References BKE_reportf(), BLI_file_descriptor_size(), blo_read_blendafterruntime(), handle_read_msb_int(), NULL, O_BINARY, and RPT_ERROR.
Referenced by load_game_data().