mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-17 23:53:20 +08:00
13 lines
253 B
C++
Executable File
13 lines
253 B
C++
Executable File
// File : Storage_Position.hxx
|
|
// Created : Fri Nov 22 15:42:05 2002
|
|
// Author : Edward AGAPOV (eap)
|
|
// Copyright : Open CASCADE
|
|
|
|
|
|
#ifndef Storage_Position_HeaderFile
|
|
#define Storage_Position_HeaderFile
|
|
|
|
typedef long Storage_Position;
|
|
|
|
#endif
|