mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Move IOStream to GpCommon
This commit is contained in:
6
GpCommon/GpFilePos.h
Normal file
6
GpCommon/GpFilePos.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef int64_t GpFilePos_t;
|
||||
typedef uint64_t GpUFilePos_t;
|
Reference in New Issue
Block a user