Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/common/platform.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00027 #ifndef _Hgn1_HUGIN_PLATFORM_H 00028 #define _Hgn1_HUGIN_PLATFORM_H 00029 00030 #include <hugin_utils/platform.h> 00031 00032 namespace utils { 00033 00034 using hugin_utils::quoteStringInternal; 00035 using hugin_utils::quoteString; 00036 using hugin_utils::quoteFilename; 00037 00038 } // namespace 00039 00040 #endif // HUGIN_PLATFORM_H
1.3.9.1