This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#ifndef ANDROID_GAMEIF_H | |
#define ANDROID_GAMEIF_H | |
#define LOOK_MODE_MOUSE 0 | |
#define LOOK_MODE_ABSOLUTE 1 | |
#define LOOK_MODE_JOYSTICK 2 | |
void Android_Vibrate( float life, char flags ); |