LP-92 Remove Feed Forward : flight / ground
[librepilot.git] / ground / gcs / src / libs / sdlgamepad / sdlgamepad_global.h
blob00ebd17296d0bd4dc9c6f12c28bb9ddf616ab5c1
1 /**
2 * This file is part of SDLGamepad.
4 * SDLGamepad is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
9 * SDLGamepad is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
17 * Manuel Blanquett
18 * mail.nalla@gmail.com
21 /**********************************************************************/
22 #ifndef SDLGAMEPAD_GLOBAL_H
23 #define SDLGAMEPAD_GLOBAL_H
25 /**********************************************************************/
26 #include <QtCore/qglobal.h>
28 /**********************************************************************/
29 #if defined(SDLGAMEPAD_LIBRARY)
30 # define SDLGAMEPADSHARED_EXPORT Q_DECL_EXPORT
31 #else
32 # define SDLGAMEPADSHARED_EXPORT Q_DECL_IMPORT
33 #endif
35 /**********************************************************************/
36 #endif // SDLGAMEPAD_GLOBAL_H