Initial support for "haptic" (force feedback) devices.
[supertux.git] / src / supertux / globals.cpp
index 4672875..44c16e3 100644 (file)
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include "control/haptic_manager.hpp"
 #include "supertux/globals.hpp"
 #include <tinygettext/tinygettext.hpp>
 
 SDL_Surface* g_screen;
 JoystickKeyboardController* g_main_controller = 0;
+HapticManager* g_haptic_manager = 0;
 tinygettext::DictionaryManager* dictionary_manager = 0;
 
 int SCREEN_WIDTH;