mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
10 lines
124 B
C++
10 lines
124 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
namespace PortabilityLayer
|
|
{
|
|
typedef int64_t FilePos_t;
|
|
typedef uint64_t UFilePos_t;
|
|
}
|