libqi-api
2.0.6.8
|
00001 #pragma once 00002 /* 00003 * Copyright (c) 2012 Aldebaran Robotics. All rights reserved. 00004 * Use of this source code is governed by a BSD-style license that can be 00005 * found in the COPYING file. 00006 */ 00007 00012 #ifndef _QI_API_HPP_ 00013 #define _QI_API_HPP_ 00014 00015 #include <qi/macro.hpp> 00016 #include <qi/config.hpp> 00017 00018 // qi_EXPORTS controls which symbols are exported when libqi 00019 // is compiled as a SHARED lib. 00020 00021 // To set your own QI_API macro, adapt the following line: 00022 // #define MYLIB_API QI_LIB_API(mylib) 00023 00024 #define QI_API QI_LIB_API(qi) 00025 00026 #define QI_API_LEVEL 2 00027 00028 00029 #endif // _QI_API_HPP_