Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libjni-mrsid / include / support / lt_base.h @ 3539

History | View | Annotate | Download (1.03 KB)

1
/* $Id: lt_base.h 3539 2006-01-09 12:23:20Z nacho $ */
2
/* //////////////////////////////////////////////////////////////////////////
3
//                                                                         //
4
// This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue,   //
5
// Suite 200, Seattle, WA 98104.  Unauthorized use or distribution         //
6
// prohibited.  Access to and use of this code is permitted only under     //
7
// license from LizardTech, Inc.  Portions of the code are protected by    //
8
// US and foreign patents and other filings. All Rights Reserved.          //
9
//                                                                         //
10
////////////////////////////////////////////////////////////////////////// */
11
/* PUBLIC */
12

    
13
/**
14
 * @file
15
 *
16
 * Include file for all LizardTech sources.  This file should be included
17
 * before any other LizardTech headers.
18
 *
19
 * @note This file is C-callable.
20
 */
21

    
22
#ifndef LT_BASE_H
23
#define LT_BASE_H
24

    
25
#include "lt_platform.h"
26
#include "lt_define.h"
27
#include "lt_types.h"
28
#include "lt_status.h"
29

    
30
#endif /* LT_BASE_H */