PHYSFS_uint64

An unsigned, 64-bit integer type.

Header File

Defined in <physfs.h>

Syntax

typedef unsigned long long    PHYSFS_uint64;

Remarks

WARNING: on platforms without any sort of 64-bit datatype, this is equivalent to PHYSFS_uint32!

Version

This datatype is available since PhysicsFS 1.0.0.


CategoryAPI, CategoryAPIDatatype, CategoryPhysicsFS