freg  0.3
Free-Roaming Elementary Game
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
ShredStorage.cpp File Reference
#include <QFile>
#include "ShredStorage.h"
#include "World.h"
#include "Shred.h"
Include dependency graph for ShredStorage.cpp:

Go to the source code of this file.

Functions

uint qHash (const LongLat &coords)
 

Variables

const int COMPRESSION_LEVEL = 8
 -1 - default for zlib, 0 - no compression, 4 - best for CPU, 8 - optimal. More...
 

Function Documentation

uint qHash ( const LongLat coords)

Definition at line 38 of file ShredStorage.cpp.

Variable Documentation

const int COMPRESSION_LEVEL = 8

-1 - default for zlib, 0 - no compression, 4 - best for CPU, 8 - optimal.

Definition at line 26 of file ShredStorage.cpp.