Technical Overview
Release Notes
Programming Guide
Reference Manual
HOOPS 3DF
TechSoft3d
SEARCH:
HOOPS/MVO Reference Manual
Alphabetical Class Index
Class Hierarchy
File Members
Compound Members
File List
Dev_Tools
hoops_mvo
source
Verticals.h
1
//
2
// Copyright (c) 2005 by Tech Soft 3D, LLC.
3
// The information contained herein is confidential and proprietary to
4
// Tech Soft 3D, LLC., and considered a trade secret as defined under
5
// civil and criminal statutes. Tech Soft 3D shall pursue its civil
6
// and criminal remedies in the event of unauthorized use or misappropriation
7
// of its trade secrets. Use of this information by anyone other than
8
// authorized employees of Tech Soft 3D, LLC. is granted only under a
9
// written non-disclosure agreement, expressly prescribing the scope and
10
// manner of such use.
11
//
12
// $Id: 3b27b58a801e8335dc1ec5806c57a07dcfad899d $
13
//
14
#ifndef _Verticals_H
15
#define _Verticals_H
16
17
#ifdef H_PACK_8
18
#pragma pack(push)
19
#pragma pack(8)
20
#endif
21
22
#ifdef H_PACK_8
23
#pragma pack(pop)
24
#endif
25
26
#endif
27
28