libqicore
qicore
qicore/api.hpp
Go to the documentation of this file.
1
/*
2
** Copyright (C) 2012 Aldebaran Robotics
3
** See COPYING for the license
4
*/
5
6
#pragma once
7
8
#ifndef QICORE_API_H_
9
#define QICORE_API_H_
10
11
#include <qi/macro.hpp>
12
13
#ifndef SWIG
14
#define QICORE_API QI_LIB_API(qicore)
15
#else
16
#define QICORE_API
17
#endif
18
19
#endif
/* !QICORE_API_H_ */
naoqi_libqicore
Author(s): Aldebaran
autogenerated on Wed Sep 14 2022 02:22:41