#include "crc.h"
#include "common_types.h"
#include "utils.h"
#include <fstream>
Include dependency graph for crc.cc:
Go to the source code of this file.
Functions | |
uint32 | crc32 (const char *filename) |
uint32 | crc32_syspath (const char *filename) |
Variables | |
static uint32 | crc32_tab [] |
uint32 crc32 | ( | const char * | filename | ) |
uint32 crc32_syspath | ( | const char * | filename | ) |
Definition at line 136 of file crc.cc.
References crc32(), and get_system_path().
Referenced by exult_main(), and main().
Here is the call graph for this function: