/* $Id$ */ /* ////////////////////////////////////////////////////////////////////////// // // // This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue, // // Suite 200, Seattle, WA 98104. Unauthorized use or distribution // // prohibited. Access to and use of this code is permitted only under // // license from LizardTech, Inc. Portions of the code are protected by // // US and foreign patents and other filings. All Rights Reserved. // // // ////////////////////////////////////////////////////////////////////////// */ /* PUBLIC */ /** * @file * * Include file for all LizardTech sources. This file should be included * before any other LizardTech headers. * * @note This file is C-callable. */ #ifndef LT_BASE_H #define LT_BASE_H #include "lt_platform.h" #include "lt_define.h" #include "lt_types.h" #include "lt_status.h" #endif /* LT_BASE_H */